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

Side by Side Diff: nss/exports_win.def

Issue 14544011: Export the functions needed by the libSSL in NSS 3.15. (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
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_CertChainFromCert 24 CERT_CertChainFromCert
24 CERT_CertTimesValid 25 CERT_CertTimesValid
25 CERT_CheckCertValidTimes 26 CERT_CheckCertValidTimes
26 CERT_CreateCertificate 27 CERT_CreateCertificate
27 CERT_CreateCertificateRequest 28 CERT_CreateCertificateRequest
28 CERT_CreateValidity 29 CERT_CreateValidity
29 CERT_DestroyCertificate 30 CERT_DestroyCertificate
30 CERT_DestroyCertificateList 31 CERT_DestroyCertificateList
31 CERT_DestroyCertificateRequest 32 CERT_DestroyCertificateRequest
32 CERT_DestroyCertList 33 CERT_DestroyCertList
(...skipping 10 matching lines...) Expand all
43 CERT_FindUserCertByUsage 44 CERT_FindUserCertByUsage
44 CERT_GetCertKeyType 45 CERT_GetCertKeyType
45 CERT_GetCertNicknames 46 CERT_GetCertNicknames
46 CERT_GetCommonName 47 CERT_GetCommonName
47 CERT_GetDefaultCertDB 48 CERT_GetDefaultCertDB
48 CERT_GetSSLCACerts 49 CERT_GetSSLCACerts
49 CERT_NameToAscii 50 CERT_NameToAscii
50 CERT_NewCertList 51 CERT_NewCertList
51 CERT_NewTempCertificate 52 CERT_NewTempCertificate
52 CERT_StartCertExtensions 53 CERT_StartCertExtensions
54 CERT_VerifyCert
Ryan Sleevi 2013/04/29 21:49:27 Do you have linker output for where this is being
wtc 2013/04/29 22:10:32 The calls to CERT_VerifyCert and CERT_CacheOCSPRes
53 CERT_VerifyCertName 55 CERT_VerifyCertName
54 CERT_VerifyCertNow 56 CERT_VerifyCertNow
55 DER_Lengths_Util 57 DER_Lengths_Util
56 DES_Decrypt 58 DES_Decrypt
57 DES_DestroyContext 59 DES_DestroyContext
58 DES_Encrypt 60 DES_Encrypt
59 DES_InitContext 61 DES_InitContext
60 DSAU_DecodeDerSig 62 DSAU_DecodeDerSig
61 DSAU_DecodeDerSigToLen 63 DSAU_DecodeDerSigToLen
62 DSAU_EncodeDerSigWithLen 64 DSAU_EncodeDerSigWithLen
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 PORT_ZFree_Util 187 PORT_ZFree_Util
186 PR_ImplodeTime 188 PR_ImplodeTime
187 RC2_Decrypt 189 RC2_Decrypt
188 RC2_DestroyContext 190 RC2_DestroyContext
189 RC2_Encrypt 191 RC2_Encrypt
190 RC2_InitContext 192 RC2_InitContext
191 RC4_Decrypt 193 RC4_Decrypt
192 RC4_DestroyContext 194 RC4_DestroyContext
193 RC4_Encrypt 195 RC4_Encrypt
194 RC4_InitContext 196 RC4_InitContext
197 SECITEM_AllocArray
Ryan Sleevi 2013/04/29 21:49:27 BUG: This makes me think it's a bug in upstream NS
wtc 2013/04/29 22:10:32 It is OK for libssl3.so to depend on libnssutil3.s
195 SECITEM_AllocItem_Util 198 SECITEM_AllocItem_Util
196 SECITEM_CompareItem_Util 199 SECITEM_CompareItem_Util
197 SECITEM_CopyItem_Util 200 SECITEM_CopyItem_Util
201 SECITEM_DupArray
198 SECITEM_DupItem_Util 202 SECITEM_DupItem_Util
203 SECITEM_FreeArray
199 SECITEM_FreeItem_Util 204 SECITEM_FreeItem_Util
200 SECITEM_Hash 205 SECITEM_Hash
201 SECITEM_ItemsAreEqual_Util 206 SECITEM_ItemsAreEqual_Util
202 SECITEM_ZfreeItem_Util 207 SECITEM_ZfreeItem_Util
203 SECKEY_CacheStaticFlags 208 SECKEY_CacheStaticFlags
204 SECKEY_ConvertToPublicKey 209 SECKEY_ConvertToPublicKey
205 SECKEY_CopyPrivateKey 210 SECKEY_CopyPrivateKey
206 SECKEY_CopyPublicKey 211 SECKEY_CopyPublicKey
207 SECKEY_CreateDHPrivateKey 212 SECKEY_CreateDHPrivateKey
208 SECKEY_CreateECPrivateKey 213 SECKEY_CreateECPrivateKey
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 SHA1_NewContext 256 SHA1_NewContext
252 SHA1_Update 257 SHA1_Update
253 SHA256_HashBuf 258 SHA256_HashBuf
254 TLS_PRF 259 TLS_PRF
255 VFY_Begin 260 VFY_Begin
256 VFY_CreateContext 261 VFY_CreateContext
257 VFY_CreateContextWithAlgorithmID 262 VFY_CreateContextWithAlgorithmID
258 VFY_DestroyContext 263 VFY_DestroyContext
259 VFY_End 264 VFY_End
260 VFY_Update 265 VFY_Update
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