| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 NSSRWLock_LockWrite_Util | 100 NSSRWLock_LockWrite_Util |
| 101 NSSRWLock_New_Util | 101 NSSRWLock_New_Util |
| 102 NSSRWLock_UnlockRead_Util | 102 NSSRWLock_UnlockRead_Util |
| 103 NSSRWLock_UnlockWrite_Util | 103 NSSRWLock_UnlockWrite_Util |
| 104 NSS_Get_CERT_CertificateTemplate | 104 NSS_Get_CERT_CertificateTemplate |
| 105 NSS_Get_CERT_SequenceOfCertExtensionTemplate | 105 NSS_Get_CERT_SequenceOfCertExtensionTemplate |
| 106 NSS_Get_CERT_SignedDataTemplate | 106 NSS_Get_CERT_SignedDataTemplate |
| 107 NSS_Get_SECKEY_EncryptedPrivateKeyInfoTemplate | 107 NSS_Get_SECKEY_EncryptedPrivateKeyInfoTemplate |
| 108 NSS_Get_SECKEY_PrivateKeyInfoTemplate | 108 NSS_Get_SECKEY_PrivateKeyInfoTemplate |
| 109 NSS_Get_SECOID_AlgorithmIDTemplate_Util | 109 NSS_Get_SECOID_AlgorithmIDTemplate_Util |
| 110 NSS_Get_SEC_AnyTemplate_Util |
| 110 NSS_Get_SEC_GeneralizedTimeTemplate_Util | 111 NSS_Get_SEC_GeneralizedTimeTemplate_Util |
| 111 NSS_Get_SEC_IA5StringTemplate_Util | 112 NSS_Get_SEC_IA5StringTemplate_Util |
| 112 NSS_Get_SEC_IntegerTemplate_Util | 113 NSS_Get_SEC_IntegerTemplate_Util |
| 113 NSS_Get_SEC_OctetStringTemplate_Util | 114 NSS_Get_SEC_OctetStringTemplate_Util |
| 114 NSS_IsInitialized | 115 NSS_IsInitialized |
| 115 NSS_NoDB_Init | 116 NSS_NoDB_Init |
| 116 NSS_PutEnv_Util | 117 NSS_PutEnv_Util |
| 117 NSS_RegisterShutdown | 118 NSS_RegisterShutdown |
| 118 NSS_SecureMemcmp | 119 NSS_SecureMemcmp |
| 119 NSS_SetAlgorithmPolicy | 120 NSS_SetAlgorithmPolicy |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 TLS_PRF | 298 TLS_PRF |
| 298 VFY_Begin | 299 VFY_Begin |
| 299 VFY_CreateContext | 300 VFY_CreateContext |
| 300 VFY_CreateContextWithAlgorithmID | 301 VFY_CreateContextWithAlgorithmID |
| 301 VFY_DestroyContext | 302 VFY_DestroyContext |
| 302 VFY_End | 303 VFY_End |
| 303 VFY_Update | 304 VFY_Update |
| 304 VFY_VerifyDataDirect | 305 VFY_VerifyDataDirect |
| 305 VFY_VerifyDigestDirect | 306 VFY_VerifyDigestDirect |
| 306 _SGN_VerifyPKCS1DigestInfo | 307 _SGN_VerifyPKCS1DigestInfo |
| OLD | NEW |