Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Side by Side Diff: mozilla/security/nss/exports_win.def

Issue 12207073: Update to NSS 3.14.3 Beta 1 for the TLS CBC constant-time (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Remove unrelated WIN64 changes from nss.gyp Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « README.chromium ('k') | mozilla/security/nss/lib/freebl/blapi.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « README.chromium ('k') | mozilla/security/nss/lib/freebl/blapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698