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

Side by Side Diff: mozilla/security/nss/exports_win.def

Issue 11874012: Export SECKEY_CopyPublicKey for windows. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss/
Patch Set: Created 7 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
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 SECITEM_CompareItem_Util 185 SECITEM_CompareItem_Util
186 SECITEM_CopyItem_Util 186 SECITEM_CopyItem_Util
187 SECITEM_DupItem_Util 187 SECITEM_DupItem_Util
188 SECITEM_FreeItem_Util 188 SECITEM_FreeItem_Util
189 SECITEM_Hash 189 SECITEM_Hash
190 SECITEM_ItemsAreEqual_Util 190 SECITEM_ItemsAreEqual_Util
191 SECITEM_ZfreeItem_Util 191 SECITEM_ZfreeItem_Util
192 SECKEY_CacheStaticFlags 192 SECKEY_CacheStaticFlags
193 SECKEY_ConvertToPublicKey 193 SECKEY_ConvertToPublicKey
194 SECKEY_CopyPrivateKey 194 SECKEY_CopyPrivateKey
195 SECKEY_CopyPublicKey
195 SECKEY_CreateDHPrivateKey 196 SECKEY_CreateDHPrivateKey
196 SECKEY_CreateECPrivateKey 197 SECKEY_CreateECPrivateKey
197 SECKEY_CreateRSAPrivateKey 198 SECKEY_CreateRSAPrivateKey
198 SECKEY_CreateSubjectPublicKeyInfo 199 SECKEY_CreateSubjectPublicKeyInfo
199 SECKEY_DecodeDERSubjectPublicKeyInfo 200 SECKEY_DecodeDERSubjectPublicKeyInfo
200 SECKEY_DestroyEncryptedPrivateKeyInfo 201 SECKEY_DestroyEncryptedPrivateKeyInfo
201 SECKEY_DestroyPrivateKey 202 SECKEY_DestroyPrivateKey
202 SECKEY_DestroyPublicKey 203 SECKEY_DestroyPublicKey
203 SECKEY_DestroySubjectPublicKeyInfo 204 SECKEY_DestroySubjectPublicKeyInfo
204 SECKEY_EncodeDERSubjectPublicKeyInfo 205 SECKEY_EncodeDERSubjectPublicKeyInfo
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 SHA1_NewContext 240 SHA1_NewContext
240 SHA1_Update 241 SHA1_Update
241 SHA256_HashBuf 242 SHA256_HashBuf
242 TLS_PRF 243 TLS_PRF
243 VFY_Begin 244 VFY_Begin
244 VFY_CreateContext 245 VFY_CreateContext
245 VFY_CreateContextWithAlgorithmID 246 VFY_CreateContextWithAlgorithmID
246 VFY_DestroyContext 247 VFY_DestroyContext
247 VFY_End 248 VFY_End
248 VFY_Update 249 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