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

Side by Side Diff: nss/exports_win.def

Issue 205343004: Add PK11_ExportDERPrivateKeyInfo and PK11_ExportPrivKeyInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Fix placement of * 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 | « README.chromium ('k') | nss/lib/pk11wrap/pk11akey.c » ('j') | 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 PK11_Decrypt 125 PK11_Decrypt
126 PK11_Derive 126 PK11_Derive
127 PK11_DeriveWithFlags 127 PK11_DeriveWithFlags
128 PK11_DestroyContext 128 PK11_DestroyContext
129 PK11_DigestBegin 129 PK11_DigestBegin
130 PK11_DigestFinal 130 PK11_DigestFinal
131 PK11_DigestKey 131 PK11_DigestKey
132 PK11_DigestOp 132 PK11_DigestOp
133 PK11_DoesMechanism 133 PK11_DoesMechanism
134 PK11_Encrypt 134 PK11_Encrypt
135 PK11_ExportDERPrivateKeyInfo
135 PK11_ExportEncryptedPrivKeyInfo 136 PK11_ExportEncryptedPrivKeyInfo
136 PK11_ExtractKeyValue 137 PK11_ExtractKeyValue
137 PK11_Finalize 138 PK11_Finalize
138 PK11_FindKeyByAnyCert 139 PK11_FindKeyByAnyCert
139 PK11_FreeSlot 140 PK11_FreeSlot
140 PK11_FreeSymKey 141 PK11_FreeSymKey
141 PK11_GenerateKeyPair 142 PK11_GenerateKeyPair
142 PK11_GenerateKeyPairWithOpFlags 143 PK11_GenerateKeyPairWithOpFlags
143 PK11_GenerateRandom 144 PK11_GenerateRandom
144 PK11_GetBestKeyLength 145 PK11_GetBestKeyLength
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 SHA256_HashBuf 289 SHA256_HashBuf
289 TLS_PRF 290 TLS_PRF
290 VFY_Begin 291 VFY_Begin
291 VFY_CreateContext 292 VFY_CreateContext
292 VFY_CreateContextWithAlgorithmID 293 VFY_CreateContextWithAlgorithmID
293 VFY_DestroyContext 294 VFY_DestroyContext
294 VFY_End 295 VFY_End
295 VFY_Update 296 VFY_Update
296 VFY_VerifyDataDirect 297 VFY_VerifyDataDirect
297 VFY_VerifyDigestDirect 298 VFY_VerifyDigestDirect
OLDNEW
« no previous file with comments | « README.chromium ('k') | nss/lib/pk11wrap/pk11akey.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698