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 23 matching lines...) Expand all Loading... |
34 CERT_DestroyValidity | 34 CERT_DestroyValidity |
35 CERT_DupCertificate | 35 CERT_DupCertificate |
36 CERT_DupCertList | 36 CERT_DupCertList |
37 CERT_ExtractPublicKey | 37 CERT_ExtractPublicKey |
38 CERT_FindCertByName | 38 CERT_FindCertByName |
39 CERT_FindCertExtension | 39 CERT_FindCertExtension |
40 CERT_FinishExtensions | 40 CERT_FinishExtensions |
41 CERT_FreeDistNames | 41 CERT_FreeDistNames |
42 CERT_FreeNicknames | 42 CERT_FreeNicknames |
43 CERT_FindUserCertByUsage | 43 CERT_FindUserCertByUsage |
| 44 CERT_GetCertKeyType |
44 CERT_GetCertNicknames | 45 CERT_GetCertNicknames |
45 CERT_GetCommonName | 46 CERT_GetCommonName |
46 CERT_GetDefaultCertDB | 47 CERT_GetDefaultCertDB |
47 CERT_GetSSLCACerts | 48 CERT_GetSSLCACerts |
48 CERT_NameToAscii | 49 CERT_NameToAscii |
49 CERT_NewCertList | 50 CERT_NewCertList |
50 CERT_NewTempCertificate | 51 CERT_NewTempCertificate |
51 CERT_StartCertExtensions | 52 CERT_StartCertExtensions |
52 CERT_VerifyCertName | 53 CERT_VerifyCertName |
53 CERT_VerifyCertNow | 54 CERT_VerifyCertNow |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 SHA1_NewContext | 251 SHA1_NewContext |
251 SHA1_Update | 252 SHA1_Update |
252 SHA256_HashBuf | 253 SHA256_HashBuf |
253 TLS_PRF | 254 TLS_PRF |
254 VFY_Begin | 255 VFY_Begin |
255 VFY_CreateContext | 256 VFY_CreateContext |
256 VFY_CreateContextWithAlgorithmID | 257 VFY_CreateContextWithAlgorithmID |
257 VFY_DestroyContext | 258 VFY_DestroyContext |
258 VFY_End | 259 VFY_End |
259 VFY_Update | 260 VFY_Update |
OLD | NEW |