| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 SECKEY_CreateRSAPrivateKey | 229 SECKEY_CreateRSAPrivateKey |
| 230 SECKEY_CreateSubjectPublicKeyInfo | 230 SECKEY_CreateSubjectPublicKeyInfo |
| 231 SECKEY_DecodeDERSubjectPublicKeyInfo | 231 SECKEY_DecodeDERSubjectPublicKeyInfo |
| 232 SECKEY_DestroyEncryptedPrivateKeyInfo | 232 SECKEY_DestroyEncryptedPrivateKeyInfo |
| 233 SECKEY_DestroyPrivateKey | 233 SECKEY_DestroyPrivateKey |
| 234 SECKEY_DestroyPublicKey | 234 SECKEY_DestroyPublicKey |
| 235 SECKEY_DestroySubjectPublicKeyInfo | 235 SECKEY_DestroySubjectPublicKeyInfo |
| 236 SECKEY_EncodeDERSubjectPublicKeyInfo | 236 SECKEY_EncodeDERSubjectPublicKeyInfo |
| 237 SECKEY_ExtractPublicKey | 237 SECKEY_ExtractPublicKey |
| 238 SECKEY_GetPrivateKeyType | 238 SECKEY_GetPrivateKeyType |
| 239 SECKEY_GetPublicKeyType |
| 239 SECKEY_ImportDERPublicKey | 240 SECKEY_ImportDERPublicKey |
| 240 SECKEY_PublicKeyStrength | 241 SECKEY_PublicKeyStrength |
| 241 SECKEY_PublicKeyStrengthInBits | 242 SECKEY_PublicKeyStrengthInBits |
| 242 SECKEY_SignatureLen | 243 SECKEY_SignatureLen |
| 243 SECKEY_UpdateCertPQG | 244 SECKEY_UpdateCertPQG |
| 244 SECMOD_LookupSlot | 245 SECMOD_LookupSlot |
| 245 SECOID_AddEntry_Util | 246 SECOID_AddEntry_Util |
| 246 SECOID_DestroyAlgorithmID_Util | 247 SECOID_DestroyAlgorithmID_Util |
| 247 SECOID_FindOIDByTag_Util | 248 SECOID_FindOIDByTag_Util |
| 248 SECOID_FindOIDTag_Util | 249 SECOID_FindOIDTag_Util |
| (...skipping 26 matching lines...) Expand all Loading... |
| 275 SHA256_HashBuf | 276 SHA256_HashBuf |
| 276 TLS_PRF | 277 TLS_PRF |
| 277 VFY_Begin | 278 VFY_Begin |
| 278 VFY_CreateContext | 279 VFY_CreateContext |
| 279 VFY_CreateContextWithAlgorithmID | 280 VFY_CreateContextWithAlgorithmID |
| 280 VFY_DestroyContext | 281 VFY_DestroyContext |
| 281 VFY_End | 282 VFY_End |
| 282 VFY_Update | 283 VFY_Update |
| 283 VFY_VerifyDataDirect | 284 VFY_VerifyDataDirect |
| 284 VFY_VerifyDigestDirect | 285 VFY_VerifyDigestDirect |
| OLD | NEW |