Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: nss/exports_win.def

Issue 320603003: Add PK11_MakeIDFromPubKey to windows exports (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ; Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 ; Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 ; Use of this source code is governed by a BSD-style license that can be 2 ; Use of this source code is governed by a BSD-style license that can be
3 ; found in the LICENSE file. 3 ; found in the LICENSE file.
4 4
5 LIBRARY CRNSS 5 LIBRARY CRNSS
6 EXPORTS 6 EXPORTS
7 7
8 __PK11_CreateContextByRawKey 8 __PK11_CreateContextByRawKey
9 AES_Decrypt 9 AES_Decrypt
10 AES_DestroyContext 10 AES_DestroyContext
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 PK11_GetSlotSeries 165 PK11_GetSlotSeries
166 PK11_GetWrapKey 166 PK11_GetWrapKey
167 PK11_HashBuf 167 PK11_HashBuf
168 PK11_ImportDERPrivateKeyInfoAndReturnKey 168 PK11_ImportDERPrivateKeyInfoAndReturnKey
169 PK11_ImportSymKey 169 PK11_ImportSymKey
170 PK11_ImportSymKeyWithFlags 170 PK11_ImportSymKeyWithFlags
171 PK11_IsLoggedIn 171 PK11_IsLoggedIn
172 PK11_IsPresent 172 PK11_IsPresent
173 PK11_IVFromParam 173 PK11_IVFromParam
174 PK11_KeyGen 174 PK11_KeyGen
175 PK11_MakeIDFromPubKey
175 PK11_MapSignKeyType 176 PK11_MapSignKeyType
176 PK11_NeedLogin 177 PK11_NeedLogin
177 PK11_ParamFromIV 178 PK11_ParamFromIV
178 PK11_PBEKeyGen 179 PK11_PBEKeyGen
179 PK11_PrivDecrypt 180 PK11_PrivDecrypt
180 PK11_PrivDecryptPKCS1 181 PK11_PrivDecryptPKCS1
181 PK11_PubDecryptRaw 182 PK11_PubDecryptRaw
182 PK11_PubDerive 183 PK11_PubDerive
183 PK11_PubDeriveWithKDF 184 PK11_PubDeriveWithKDF
184 PK11_PubEncrypt 185 PK11_PubEncrypt
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 SHA256_HashBuf 295 SHA256_HashBuf
295 TLS_PRF 296 TLS_PRF
296 VFY_Begin 297 VFY_Begin
297 VFY_CreateContext 298 VFY_CreateContext
298 VFY_CreateContextWithAlgorithmID 299 VFY_CreateContextWithAlgorithmID
299 VFY_DestroyContext 300 VFY_DestroyContext
300 VFY_End 301 VFY_End
301 VFY_Update 302 VFY_Update
302 VFY_VerifyDataDirect 303 VFY_VerifyDataDirect
303 VFY_VerifyDigestDirect 304 VFY_VerifyDigestDirect
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698