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

Side by Side Diff: nss/exports_win.def

Issue 186783002: Add PK11_GetKeyLength to NSS exports. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Created 6 years, 9 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 PK11_GenerateKeyPairWithOpFlags 141 PK11_GenerateKeyPairWithOpFlags
142 PK11_GenerateRandom 142 PK11_GenerateRandom
143 PK11_GetBestKeyLength 143 PK11_GetBestKeyLength
144 PK11_GetBestSlot 144 PK11_GetBestSlot
145 PK11_GetBestSlotMultiple 145 PK11_GetBestSlotMultiple
146 PK11_GetBestWrapMechanism 146 PK11_GetBestWrapMechanism
147 PK11_GetCurrentWrapIndex 147 PK11_GetCurrentWrapIndex
148 PK11_GetInternalKeySlot 148 PK11_GetInternalKeySlot
149 PK11_GetInternalSlot 149 PK11_GetInternalSlot
150 PK11_GetKeyData 150 PK11_GetKeyData
151 PK11_GetKeyLength
151 PK11_GetMechanism 152 PK11_GetMechanism
152 PK11_GetModuleID 153 PK11_GetModuleID
153 PK11_GetPadMechanism 154 PK11_GetPadMechanism
154 PK11_GetPBECryptoMechanism 155 PK11_GetPBECryptoMechanism
155 PK11_GetPrivateModulusLen 156 PK11_GetPrivateModulusLen
156 PK11_GetSlotFromKey 157 PK11_GetSlotFromKey
157 PK11_GetSlotFromPrivateKey 158 PK11_GetSlotFromPrivateKey
158 PK11_GetSlotID 159 PK11_GetSlotID
159 PK11_GetSlotSeries 160 PK11_GetSlotSeries
160 PK11_GetWrapKey 161 PK11_GetWrapKey
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 SHA256_HashBuf 285 SHA256_HashBuf
285 TLS_PRF 286 TLS_PRF
286 VFY_Begin 287 VFY_Begin
287 VFY_CreateContext 288 VFY_CreateContext
288 VFY_CreateContextWithAlgorithmID 289 VFY_CreateContextWithAlgorithmID
289 VFY_DestroyContext 290 VFY_DestroyContext
290 VFY_End 291 VFY_End
291 VFY_Update 292 VFY_Update
292 VFY_VerifyDataDirect 293 VFY_VerifyDataDirect
293 VFY_VerifyDigestDirect 294 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