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

Side by Side Diff: nss/exports_win.def

Issue 598753002: Export CERT_VerifySignedDataWithPublicKeyInfo from NSS on Windows (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Created 6 years, 2 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 CERT_GetDefaultCertDB 51 CERT_GetDefaultCertDB
52 CERT_GetSSLCACerts 52 CERT_GetSSLCACerts
53 CERT_NameToAscii 53 CERT_NameToAscii
54 CERT_NewCertList 54 CERT_NewCertList
55 CERT_NewTempCertificate 55 CERT_NewTempCertificate
56 CERT_StartCertExtensions 56 CERT_StartCertExtensions
57 CERT_VerifyCert 57 CERT_VerifyCert
58 CERT_VerifyCertName 58 CERT_VerifyCertName
59 CERT_VerifyCertNow 59 CERT_VerifyCertNow
60 CERT_VerifySignedDataWithPublicKey 60 CERT_VerifySignedDataWithPublicKey
61 CERT_VerifySignedDataWithPublicKeyInfo
61 DER_Lengths_Util 62 DER_Lengths_Util
62 DES_Decrypt 63 DES_Decrypt
63 DES_DestroyContext 64 DES_DestroyContext
64 DES_Encrypt 65 DES_Encrypt
65 DES_InitContext 66 DES_InitContext
66 DSAU_DecodeDerSig 67 DSAU_DecodeDerSig
67 DSAU_DecodeDerSigToLen 68 DSAU_DecodeDerSigToLen
68 DSAU_EncodeDerSigWithLen 69 DSAU_EncodeDerSigWithLen
69 HASH_Begin 70 HASH_Begin
70 HASH_Clone 71 HASH_Clone
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 SHA256_HashBuf 296 SHA256_HashBuf
296 TLS_PRF 297 TLS_PRF
297 VFY_Begin 298 VFY_Begin
298 VFY_CreateContext 299 VFY_CreateContext
299 VFY_CreateContextWithAlgorithmID 300 VFY_CreateContextWithAlgorithmID
300 VFY_DestroyContext 301 VFY_DestroyContext
301 VFY_End 302 VFY_End
302 VFY_Update 303 VFY_Update
303 VFY_VerifyDataDirect 304 VFY_VerifyDataDirect
304 VFY_VerifyDigestDirect 305 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