| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 PK11_GetSlotSeries | 165 PK11_GetSlotSeries |
| 166 PK11_GetWrapKey | 166 PK11_GetWrapKey |
| 167 PK11_HashBuf | 167 PK11_HashBuf |
| 168 PK11_ImportDERPrivateKeyInfoAndReturnKey | 168 PK11_ImportDERPrivateKeyInfoAndReturnKey |
| 169 PK11_ImportSymKey | 169 PK11_ImportSymKey |
| 170 PK11_ImportSymKeyWithFlags | 170 PK11_ImportSymKeyWithFlags |
| 171 PK11_IsLoggedIn | 171 PK11_IsLoggedIn |
| 172 PK11_IsPresent | 172 PK11_IsPresent |
| 173 PK11_IVFromParam | 173 PK11_IVFromParam |
| 174 PK11_KeyGen | 174 PK11_KeyGen |
| 175 PK11_MakeIDFromPubKey |
| 175 PK11_MapSignKeyType | 176 PK11_MapSignKeyType |
| 176 PK11_NeedLogin | 177 PK11_NeedLogin |
| 177 PK11_ParamFromIV | 178 PK11_ParamFromIV |
| 178 PK11_PBEKeyGen | 179 PK11_PBEKeyGen |
| 179 PK11_PrivDecrypt | 180 PK11_PrivDecrypt |
| 180 PK11_PrivDecryptPKCS1 | 181 PK11_PrivDecryptPKCS1 |
| 181 PK11_PubDecryptRaw | 182 PK11_PubDecryptRaw |
| 182 PK11_PubDerive | 183 PK11_PubDerive |
| 183 PK11_PubDeriveWithKDF | 184 PK11_PubDeriveWithKDF |
| 184 PK11_PubEncrypt | 185 PK11_PubEncrypt |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 SHA256_HashBuf | 295 SHA256_HashBuf |
| 295 TLS_PRF | 296 TLS_PRF |
| 296 VFY_Begin | 297 VFY_Begin |
| 297 VFY_CreateContext | 298 VFY_CreateContext |
| 298 VFY_CreateContextWithAlgorithmID | 299 VFY_CreateContextWithAlgorithmID |
| 299 VFY_DestroyContext | 300 VFY_DestroyContext |
| 300 VFY_End | 301 VFY_End |
| 301 VFY_Update | 302 VFY_Update |
| 302 VFY_VerifyDataDirect | 303 VFY_VerifyDataDirect |
| 303 VFY_VerifyDigestDirect | 304 VFY_VerifyDigestDirect |
| OLD | NEW |