OLD | NEW |
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 MD5_NewContext | 91 MD5_NewContext |
92 MD5_Update | 92 MD5_Update |
93 NSSRWLock_Destroy_Util | 93 NSSRWLock_Destroy_Util |
94 NSSRWLock_HaveWriteLock_Util | 94 NSSRWLock_HaveWriteLock_Util |
95 NSSRWLock_LockRead_Util | 95 NSSRWLock_LockRead_Util |
96 NSSRWLock_LockWrite_Util | 96 NSSRWLock_LockWrite_Util |
97 NSSRWLock_New_Util | 97 NSSRWLock_New_Util |
98 NSSRWLock_UnlockRead_Util | 98 NSSRWLock_UnlockRead_Util |
99 NSSRWLock_UnlockWrite_Util | 99 NSSRWLock_UnlockWrite_Util |
100 NSS_Get_CERT_CertificateTemplate | 100 NSS_Get_CERT_CertificateTemplate |
| 101 NSS_Get_CERT_SequenceOfCertExtensionTemplate |
101 NSS_Get_CERT_SignedDataTemplate | 102 NSS_Get_CERT_SignedDataTemplate |
102 NSS_Get_SECKEY_EncryptedPrivateKeyInfoTemplate | 103 NSS_Get_SECKEY_EncryptedPrivateKeyInfoTemplate |
103 NSS_Get_SECOID_AlgorithmIDTemplate_Util | 104 NSS_Get_SECOID_AlgorithmIDTemplate_Util |
| 105 NSS_Get_SEC_GeneralizedTimeTemplate_Util |
104 NSS_Get_SEC_IA5StringTemplate_Util | 106 NSS_Get_SEC_IA5StringTemplate_Util |
| 107 NSS_Get_SEC_IntegerTemplate_Util |
| 108 NSS_Get_SEC_OctetStringTemplate_Util |
105 NSS_IsInitialized | 109 NSS_IsInitialized |
106 NSS_NoDB_Init | 110 NSS_NoDB_Init |
107 NSS_PutEnv_Util | 111 NSS_PutEnv_Util |
108 NSS_RegisterShutdown | 112 NSS_RegisterShutdown |
109 NSS_SecureMemcmp | 113 NSS_SecureMemcmp |
110 NSS_SetAlgorithmPolicy | 114 NSS_SetAlgorithmPolicy |
111 NSS_VersionCheck | 115 NSS_VersionCheck |
112 PK11_CipherOp | 116 PK11_CipherOp |
113 PK11_CopyTokenPrivKeyToSessionPrivKey | 117 PK11_CopyTokenPrivKeyToSessionPrivKey |
114 PK11_CreateContextBySymKey | 118 PK11_CreateContextBySymKey |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 SHA256_HashBuf | 280 SHA256_HashBuf |
277 TLS_PRF | 281 TLS_PRF |
278 VFY_Begin | 282 VFY_Begin |
279 VFY_CreateContext | 283 VFY_CreateContext |
280 VFY_CreateContextWithAlgorithmID | 284 VFY_CreateContextWithAlgorithmID |
281 VFY_DestroyContext | 285 VFY_DestroyContext |
282 VFY_End | 286 VFY_End |
283 VFY_Update | 287 VFY_Update |
284 VFY_VerifyDataDirect | 288 VFY_VerifyDataDirect |
285 VFY_VerifyDigestDirect | 289 VFY_VerifyDigestDirect |
OLD | NEW |