| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 PK11_PubUnwrapSymKey | 152 PK11_PubUnwrapSymKey |
| 153 PK11_PubWrapSymKey | 153 PK11_PubWrapSymKey |
| 154 PK11_ReadRawAttribute | 154 PK11_ReadRawAttribute |
| 155 PK11_ReferenceSlot | 155 PK11_ReferenceSlot |
| 156 PK11_ReferenceSymKey | 156 PK11_ReferenceSymKey |
| 157 PK11_RestoreContext | 157 PK11_RestoreContext |
| 158 PK11_SaveContextAlloc | 158 PK11_SaveContextAlloc |
| 159 PK11_SetWrapKey | 159 PK11_SetWrapKey |
| 160 PK11_Sign | 160 PK11_Sign |
| 161 PK11_SignatureLen | 161 PK11_SignatureLen |
| 162 PK11_SignWithSymKey |
| 162 PK11_SymKeyFromHandle | 163 PK11_SymKeyFromHandle |
| 163 PK11_TokenExists | 164 PK11_TokenExists |
| 164 PK11_UnwrapPrivKey | 165 PK11_UnwrapPrivKey |
| 165 PK11_UnwrapSymKey | 166 PK11_UnwrapSymKey |
| 166 PK11_UnwrapSymKeyWithFlags | 167 PK11_UnwrapSymKeyWithFlags |
| 167 PK11_Verify | 168 PK11_Verify |
| 168 PK11_VerifyKeyOK | 169 PK11_VerifyKeyOK |
| 169 PK11_WrapSymKey | 170 PK11_WrapSymKey |
| 170 PORT_Alloc_Util | 171 PORT_Alloc_Util |
| 171 PORT_ArenaAlloc_Util | 172 PORT_ArenaAlloc_Util |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 SHA1_NewContext | 248 SHA1_NewContext |
| 248 SHA1_Update | 249 SHA1_Update |
| 249 SHA256_HashBuf | 250 SHA256_HashBuf |
| 250 TLS_PRF | 251 TLS_PRF |
| 251 VFY_Begin | 252 VFY_Begin |
| 252 VFY_CreateContext | 253 VFY_CreateContext |
| 253 VFY_CreateContextWithAlgorithmID | 254 VFY_CreateContextWithAlgorithmID |
| 254 VFY_DestroyContext | 255 VFY_DestroyContext |
| 255 VFY_End | 256 VFY_End |
| 256 VFY_Update | 257 VFY_Update |
| OLD | NEW |