| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 CERT_GetDefaultCertDB | 51 CERT_GetDefaultCertDB |
| 52 CERT_GetSSLCACerts | 52 CERT_GetSSLCACerts |
| 53 CERT_NameToAscii | 53 CERT_NameToAscii |
| 54 CERT_NewCertList | 54 CERT_NewCertList |
| 55 CERT_NewTempCertificate | 55 CERT_NewTempCertificate |
| 56 CERT_StartCertExtensions | 56 CERT_StartCertExtensions |
| 57 CERT_VerifyCert | 57 CERT_VerifyCert |
| 58 CERT_VerifyCertName | 58 CERT_VerifyCertName |
| 59 CERT_VerifyCertNow | 59 CERT_VerifyCertNow |
| 60 CERT_VerifySignedDataWithPublicKey | 60 CERT_VerifySignedDataWithPublicKey |
| 61 CERT_VerifySignedDataWithPublicKeyInfo |
| 61 DER_Lengths_Util | 62 DER_Lengths_Util |
| 62 DES_Decrypt | 63 DES_Decrypt |
| 63 DES_DestroyContext | 64 DES_DestroyContext |
| 64 DES_Encrypt | 65 DES_Encrypt |
| 65 DES_InitContext | 66 DES_InitContext |
| 66 DSAU_DecodeDerSig | 67 DSAU_DecodeDerSig |
| 67 DSAU_DecodeDerSigToLen | 68 DSAU_DecodeDerSigToLen |
| 68 DSAU_EncodeDerSigWithLen | 69 DSAU_EncodeDerSigWithLen |
| 69 HASH_Begin | 70 HASH_Begin |
| 70 HASH_Clone | 71 HASH_Clone |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 SHA256_HashBuf | 296 SHA256_HashBuf |
| 296 TLS_PRF | 297 TLS_PRF |
| 297 VFY_Begin | 298 VFY_Begin |
| 298 VFY_CreateContext | 299 VFY_CreateContext |
| 299 VFY_CreateContextWithAlgorithmID | 300 VFY_CreateContextWithAlgorithmID |
| 300 VFY_DestroyContext | 301 VFY_DestroyContext |
| 301 VFY_End | 302 VFY_End |
| 302 VFY_Update | 303 VFY_Update |
| 303 VFY_VerifyDataDirect | 304 VFY_VerifyDataDirect |
| 304 VFY_VerifyDigestDirect | 305 VFY_VerifyDigestDirect |
| OLD | NEW |