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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 CERT_VerifyCertName | 55 CERT_VerifyCertName |
56 CERT_VerifyCertNow | 56 CERT_VerifyCertNow |
57 DER_Lengths_Util | 57 DER_Lengths_Util |
58 DES_Decrypt | 58 DES_Decrypt |
59 DES_DestroyContext | 59 DES_DestroyContext |
60 DES_Encrypt | 60 DES_Encrypt |
61 DES_InitContext | 61 DES_InitContext |
62 DSAU_DecodeDerSig | 62 DSAU_DecodeDerSig |
63 DSAU_DecodeDerSigToLen | 63 DSAU_DecodeDerSigToLen |
64 DSAU_EncodeDerSigWithLen | 64 DSAU_EncodeDerSigWithLen |
| 65 HASH_Begin |
| 66 HASH_Create |
| 67 HASH_Destroy |
| 68 HASH_End |
65 HASH_GetHashObject | 69 HASH_GetHashObject |
66 HASH_GetRawHashObject | 70 HASH_GetRawHashObject |
67 HASH_HashBuf | 71 HASH_HashBuf |
68 HASH_ResultLen | 72 HASH_ResultLen |
69 HASH_ResultLenByOidTag | 73 HASH_ResultLenByOidTag |
| 74 HASH_Update |
70 HMAC_Begin | 75 HMAC_Begin |
71 HMAC_Destroy | 76 HMAC_Destroy |
72 HMAC_Finish | 77 HMAC_Finish |
73 HMAC_Init | 78 HMAC_Init |
74 HMAC_Update | 79 HMAC_Update |
75 MD5_Begin | 80 MD5_Begin |
76 MD5_Clone | 81 MD5_Clone |
77 MD5_DestroyContext | 82 MD5_DestroyContext |
78 MD5_End | 83 MD5_End |
79 MD5_HashBuf | 84 MD5_HashBuf |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 SHA1_Update | 264 SHA1_Update |
260 SHA256_HashBuf | 265 SHA256_HashBuf |
261 TLS_PRF | 266 TLS_PRF |
262 VFY_Begin | 267 VFY_Begin |
263 VFY_CreateContext | 268 VFY_CreateContext |
264 VFY_CreateContextWithAlgorithmID | 269 VFY_CreateContextWithAlgorithmID |
265 VFY_DestroyContext | 270 VFY_DestroyContext |
266 VFY_End | 271 VFY_End |
267 VFY_Update | 272 VFY_Update |
268 VFY_VerifyDigestDirect | 273 VFY_VerifyDigestDirect |
OLD | NEW |