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

Side by Side Diff: nss/exports_win.def

Issue 60803003: Add SECKEY_GetPublicKeyType to windows exports. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Created 7 years, 1 month 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 SECKEY_CreateRSAPrivateKey 229 SECKEY_CreateRSAPrivateKey
230 SECKEY_CreateSubjectPublicKeyInfo 230 SECKEY_CreateSubjectPublicKeyInfo
231 SECKEY_DecodeDERSubjectPublicKeyInfo 231 SECKEY_DecodeDERSubjectPublicKeyInfo
232 SECKEY_DestroyEncryptedPrivateKeyInfo 232 SECKEY_DestroyEncryptedPrivateKeyInfo
233 SECKEY_DestroyPrivateKey 233 SECKEY_DestroyPrivateKey
234 SECKEY_DestroyPublicKey 234 SECKEY_DestroyPublicKey
235 SECKEY_DestroySubjectPublicKeyInfo 235 SECKEY_DestroySubjectPublicKeyInfo
236 SECKEY_EncodeDERSubjectPublicKeyInfo 236 SECKEY_EncodeDERSubjectPublicKeyInfo
237 SECKEY_ExtractPublicKey 237 SECKEY_ExtractPublicKey
238 SECKEY_GetPrivateKeyType 238 SECKEY_GetPrivateKeyType
239 SECKEY_GetPublicKeyType
239 SECKEY_ImportDERPublicKey 240 SECKEY_ImportDERPublicKey
240 SECKEY_PublicKeyStrength 241 SECKEY_PublicKeyStrength
241 SECKEY_PublicKeyStrengthInBits 242 SECKEY_PublicKeyStrengthInBits
242 SECKEY_SignatureLen 243 SECKEY_SignatureLen
243 SECKEY_UpdateCertPQG 244 SECKEY_UpdateCertPQG
244 SECMOD_LookupSlot 245 SECMOD_LookupSlot
245 SECOID_AddEntry_Util 246 SECOID_AddEntry_Util
246 SECOID_DestroyAlgorithmID_Util 247 SECOID_DestroyAlgorithmID_Util
247 SECOID_FindOIDByTag_Util 248 SECOID_FindOIDByTag_Util
248 SECOID_FindOIDTag_Util 249 SECOID_FindOIDTag_Util
(...skipping 26 matching lines...) Expand all
275 SHA256_HashBuf 276 SHA256_HashBuf
276 TLS_PRF 277 TLS_PRF
277 VFY_Begin 278 VFY_Begin
278 VFY_CreateContext 279 VFY_CreateContext
279 VFY_CreateContextWithAlgorithmID 280 VFY_CreateContextWithAlgorithmID
280 VFY_DestroyContext 281 VFY_DestroyContext
281 VFY_End 282 VFY_End
282 VFY_Update 283 VFY_Update
283 VFY_VerifyDataDirect 284 VFY_VerifyDataDirect
284 VFY_VerifyDigestDirect 285 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