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

Side by Side Diff: nss/exports_win.def

Issue 710743003: Export NSS_Get_SEC_AnyTemplate_Util from NSS on Windows. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Created 6 years, 1 month 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 NSSRWLock_LockWrite_Util 100 NSSRWLock_LockWrite_Util
101 NSSRWLock_New_Util 101 NSSRWLock_New_Util
102 NSSRWLock_UnlockRead_Util 102 NSSRWLock_UnlockRead_Util
103 NSSRWLock_UnlockWrite_Util 103 NSSRWLock_UnlockWrite_Util
104 NSS_Get_CERT_CertificateTemplate 104 NSS_Get_CERT_CertificateTemplate
105 NSS_Get_CERT_SequenceOfCertExtensionTemplate 105 NSS_Get_CERT_SequenceOfCertExtensionTemplate
106 NSS_Get_CERT_SignedDataTemplate 106 NSS_Get_CERT_SignedDataTemplate
107 NSS_Get_SECKEY_EncryptedPrivateKeyInfoTemplate 107 NSS_Get_SECKEY_EncryptedPrivateKeyInfoTemplate
108 NSS_Get_SECKEY_PrivateKeyInfoTemplate 108 NSS_Get_SECKEY_PrivateKeyInfoTemplate
109 NSS_Get_SECOID_AlgorithmIDTemplate_Util 109 NSS_Get_SECOID_AlgorithmIDTemplate_Util
110 NSS_Get_SEC_AnyTemplate_Util
110 NSS_Get_SEC_GeneralizedTimeTemplate_Util 111 NSS_Get_SEC_GeneralizedTimeTemplate_Util
111 NSS_Get_SEC_IA5StringTemplate_Util 112 NSS_Get_SEC_IA5StringTemplate_Util
112 NSS_Get_SEC_IntegerTemplate_Util 113 NSS_Get_SEC_IntegerTemplate_Util
113 NSS_Get_SEC_OctetStringTemplate_Util 114 NSS_Get_SEC_OctetStringTemplate_Util
114 NSS_IsInitialized 115 NSS_IsInitialized
115 NSS_NoDB_Init 116 NSS_NoDB_Init
116 NSS_PutEnv_Util 117 NSS_PutEnv_Util
117 NSS_RegisterShutdown 118 NSS_RegisterShutdown
118 NSS_SecureMemcmp 119 NSS_SecureMemcmp
119 NSS_SetAlgorithmPolicy 120 NSS_SetAlgorithmPolicy
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 TLS_PRF 298 TLS_PRF
298 VFY_Begin 299 VFY_Begin
299 VFY_CreateContext 300 VFY_CreateContext
300 VFY_CreateContextWithAlgorithmID 301 VFY_CreateContextWithAlgorithmID
301 VFY_DestroyContext 302 VFY_DestroyContext
302 VFY_End 303 VFY_End
303 VFY_Update 304 VFY_Update
304 VFY_VerifyDataDirect 305 VFY_VerifyDataDirect
305 VFY_VerifyDigestDirect 306 VFY_VerifyDigestDirect
306 _SGN_VerifyPKCS1DigestInfo 307 _SGN_VerifyPKCS1DigestInfo
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