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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 SECITEM_CompareItem_Util | 185 SECITEM_CompareItem_Util |
186 SECITEM_CopyItem_Util | 186 SECITEM_CopyItem_Util |
187 SECITEM_DupItem_Util | 187 SECITEM_DupItem_Util |
188 SECITEM_FreeItem_Util | 188 SECITEM_FreeItem_Util |
189 SECITEM_Hash | 189 SECITEM_Hash |
190 SECITEM_ItemsAreEqual_Util | 190 SECITEM_ItemsAreEqual_Util |
191 SECITEM_ZfreeItem_Util | 191 SECITEM_ZfreeItem_Util |
192 SECKEY_CacheStaticFlags | 192 SECKEY_CacheStaticFlags |
193 SECKEY_ConvertToPublicKey | 193 SECKEY_ConvertToPublicKey |
194 SECKEY_CopyPrivateKey | 194 SECKEY_CopyPrivateKey |
| 195 SECKEY_CopyPublicKey |
195 SECKEY_CreateDHPrivateKey | 196 SECKEY_CreateDHPrivateKey |
196 SECKEY_CreateECPrivateKey | 197 SECKEY_CreateECPrivateKey |
197 SECKEY_CreateRSAPrivateKey | 198 SECKEY_CreateRSAPrivateKey |
198 SECKEY_CreateSubjectPublicKeyInfo | 199 SECKEY_CreateSubjectPublicKeyInfo |
199 SECKEY_DecodeDERSubjectPublicKeyInfo | 200 SECKEY_DecodeDERSubjectPublicKeyInfo |
200 SECKEY_DestroyEncryptedPrivateKeyInfo | 201 SECKEY_DestroyEncryptedPrivateKeyInfo |
201 SECKEY_DestroyPrivateKey | 202 SECKEY_DestroyPrivateKey |
202 SECKEY_DestroyPublicKey | 203 SECKEY_DestroyPublicKey |
203 SECKEY_DestroySubjectPublicKeyInfo | 204 SECKEY_DestroySubjectPublicKeyInfo |
204 SECKEY_EncodeDERSubjectPublicKeyInfo | 205 SECKEY_EncodeDERSubjectPublicKeyInfo |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 SHA1_NewContext | 240 SHA1_NewContext |
240 SHA1_Update | 241 SHA1_Update |
241 SHA256_HashBuf | 242 SHA256_HashBuf |
242 TLS_PRF | 243 TLS_PRF |
243 VFY_Begin | 244 VFY_Begin |
244 VFY_CreateContext | 245 VFY_CreateContext |
245 VFY_CreateContextWithAlgorithmID | 246 VFY_CreateContextWithAlgorithmID |
246 VFY_DestroyContext | 247 VFY_DestroyContext |
247 VFY_End | 248 VFY_End |
248 VFY_Update | 249 VFY_Update |
OLD | NEW |