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

Side by Side Diff: mozilla/security/nss/exports_win.def

Issue 10537178: Added some exports required for using NSS for symmetric key crypto on Windows (http://crbug.com/127… (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Created 8 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) 2011 The Chromium Authors. All rights reserved. 1 ; Copyright (c) 2011 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 NSS_IsInitialized 84 NSS_IsInitialized
85 NSS_NoDB_Init 85 NSS_NoDB_Init
86 NSS_PutEnv_Util 86 NSS_PutEnv_Util
87 NSS_RegisterShutdown 87 NSS_RegisterShutdown
88 NSS_SecureMemcmp 88 NSS_SecureMemcmp
89 NSS_VersionCheck 89 NSS_VersionCheck
90 PK11_CipherOp 90 PK11_CipherOp
91 PK11_CopyTokenPrivKeyToSessionPrivKey 91 PK11_CopyTokenPrivKeyToSessionPrivKey
92 PK11_CreateContextBySymKey 92 PK11_CreateContextBySymKey
93 PK11_CreateDigestContext 93 PK11_CreateDigestContext
94 PK11_CreatePBEV2AlgorithmID
94 PK11_Derive 95 PK11_Derive
95 PK11_DeriveWithFlags 96 PK11_DeriveWithFlags
96 PK11_DestroyContext 97 PK11_DestroyContext
97 PK11_DigestBegin 98 PK11_DigestBegin
98 PK11_DigestFinal 99 PK11_DigestFinal
99 PK11_DigestKey 100 PK11_DigestKey
100 PK11_DigestOp 101 PK11_DigestOp
101 PK11_ExportEncryptedPrivKeyInfo 102 PK11_ExportEncryptedPrivKeyInfo
102 PK11_ExtractKeyValue 103 PK11_ExtractKeyValue
103 PK11_Finalize 104 PK11_Finalize
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 SECKEY_DestroySubjectPublicKeyInfo 201 SECKEY_DestroySubjectPublicKeyInfo
201 SECKEY_EncodeDERSubjectPublicKeyInfo 202 SECKEY_EncodeDERSubjectPublicKeyInfo
202 SECKEY_ExtractPublicKey 203 SECKEY_ExtractPublicKey
203 SECKEY_GetPrivateKeyType 204 SECKEY_GetPrivateKeyType
204 SECKEY_PublicKeyStrength 205 SECKEY_PublicKeyStrength
205 SECKEY_PublicKeyStrengthInBits 206 SECKEY_PublicKeyStrengthInBits
206 SECKEY_SignatureLen 207 SECKEY_SignatureLen
207 SECKEY_UpdateCertPQG 208 SECKEY_UpdateCertPQG
208 SECMOD_LookupSlot 209 SECMOD_LookupSlot
209 SECOID_AddEntry_Util 210 SECOID_AddEntry_Util
211 SECOID_DestroyAlgorithmID_Util
210 SECOID_FindOIDByTag_Util 212 SECOID_FindOIDByTag_Util
211 SECOID_FindOIDTag_Util 213 SECOID_FindOIDTag_Util
212 SECOID_FindOID_Util 214 SECOID_FindOID_Util
213 SECOID_GetAlgorithmTag_Util 215 SECOID_GetAlgorithmTag_Util
214 SECOID_SetAlgorithmID_Util 216 SECOID_SetAlgorithmID_Util
215 SEC_ASN1DecodeItem_Util 217 SEC_ASN1DecodeItem_Util
216 SEC_ASN1EncodeItem_Util 218 SEC_ASN1EncodeItem_Util
217 SEC_DerSignData 219 SEC_DerSignData
218 SEC_GetSignatureAlgorithmOidTag 220 SEC_GetSignatureAlgorithmOidTag
219 SEC_QuickDERDecodeItem_Util 221 SEC_QuickDERDecodeItem_Util
(...skipping 15 matching lines...) Expand all
235 SHA1_NewContext 237 SHA1_NewContext
236 SHA1_Update 238 SHA1_Update
237 SHA256_HashBuf 239 SHA256_HashBuf
238 TLS_PRF 240 TLS_PRF
239 VFY_Begin 241 VFY_Begin
240 VFY_CreateContext 242 VFY_CreateContext
241 VFY_CreateContextWithAlgorithmID 243 VFY_CreateContextWithAlgorithmID
242 VFY_DestroyContext 244 VFY_DestroyContext
243 VFY_End 245 VFY_End
244 VFY_Update 246 VFY_Update
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