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

Side by Side Diff: nss/exports_win.def

Issue 131323007: Export CERT_CompareName method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 6 years, 11 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
11 AES_Encrypt 11 AES_Encrypt
12 AES_InitContext 12 AES_InitContext
13 ATOB_AsciiToData_Util 13 ATOB_AsciiToData_Util
14 BL_Unload 14 BL_Unload
15 BTOA_DataToAscii_Util 15 BTOA_DataToAscii_Util
16 Camellia_Decrypt 16 Camellia_Decrypt
17 Camellia_DestroyContext 17 Camellia_DestroyContext
18 Camellia_Encrypt 18 Camellia_Encrypt
19 Camellia_InitContext 19 Camellia_InitContext
20 CERT_AddCertToListTail 20 CERT_AddCertToListTail
21 CERT_AddExtension 21 CERT_AddExtension
22 CERT_AsciiToName 22 CERT_AsciiToName
23 CERT_CacheOCSPResponseFromSideChannel 23 CERT_CacheOCSPResponseFromSideChannel
24 CERT_CertChainFromCert 24 CERT_CertChainFromCert
25 CERT_CertTimesValid 25 CERT_CertTimesValid
26 CERT_CompareName
26 CERT_CheckCertValidTimes 27 CERT_CheckCertValidTimes
27 CERT_CreateCertificate 28 CERT_CreateCertificate
28 CERT_CreateCertificateRequest 29 CERT_CreateCertificateRequest
29 CERT_CreateValidity 30 CERT_CreateValidity
30 CERT_DestroyCertificate 31 CERT_DestroyCertificate
31 CERT_DestroyCertificateList 32 CERT_DestroyCertificateList
32 CERT_DestroyCertificateRequest 33 CERT_DestroyCertificateRequest
33 CERT_DestroyCertList 34 CERT_DestroyCertList
34 CERT_DestroyName 35 CERT_DestroyName
35 CERT_DestroyValidity 36 CERT_DestroyValidity
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 SHA256_HashBuf 283 SHA256_HashBuf
283 TLS_PRF 284 TLS_PRF
284 VFY_Begin 285 VFY_Begin
285 VFY_CreateContext 286 VFY_CreateContext
286 VFY_CreateContextWithAlgorithmID 287 VFY_CreateContextWithAlgorithmID
287 VFY_DestroyContext 288 VFY_DestroyContext
288 VFY_End 289 VFY_End
289 VFY_Update 290 VFY_Update
290 VFY_VerifyDataDirect 291 VFY_VerifyDataDirect
291 VFY_VerifyDigestDirect 292 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