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

Side by Side Diff: nss/exports_win.def

Issue 14575005: Export SGN_Digest and VFY_VerifyDigestDirect. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 7 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 | « no previous file | no next file » | 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 SEC_DerSignData 239 SEC_DerSignData
240 SEC_GetSignatureAlgorithmOidTag 240 SEC_GetSignatureAlgorithmOidTag
241 SEC_QuickDERDecodeItem_Util 241 SEC_QuickDERDecodeItem_Util
242 SEC_StringToOID 242 SEC_StringToOID
243 SEED_Decrypt 243 SEED_Decrypt
244 SEED_DestroyContext 244 SEED_DestroyContext
245 SEED_Encrypt 245 SEED_Encrypt
246 SEED_InitContext 246 SEED_InitContext
247 SGN_Begin 247 SGN_Begin
248 SGN_DestroyContext 248 SGN_DestroyContext
249 SGN_Digest
249 SGN_End 250 SGN_End
250 SGN_NewContext 251 SGN_NewContext
251 SGN_Update 252 SGN_Update
252 SHA1_Begin 253 SHA1_Begin
253 SHA1_Clone 254 SHA1_Clone
254 SHA1_DestroyContext 255 SHA1_DestroyContext
255 SHA1_End 256 SHA1_End
256 SHA1_HashBuf 257 SHA1_HashBuf
257 SHA1_NewContext 258 SHA1_NewContext
258 SHA1_Update 259 SHA1_Update
259 SHA256_HashBuf 260 SHA256_HashBuf
260 TLS_PRF 261 TLS_PRF
261 VFY_Begin 262 VFY_Begin
262 VFY_CreateContext 263 VFY_CreateContext
263 VFY_CreateContextWithAlgorithmID 264 VFY_CreateContextWithAlgorithmID
264 VFY_DestroyContext 265 VFY_DestroyContext
265 VFY_End 266 VFY_End
266 VFY_Update 267 VFY_Update
268 VFY_VerifyDigestDirect
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698