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

Side by Side Diff: nss/exports_win.def

Issue 195893010: Add PK11_PubUnwrapSymKeyWithFlagsPerm() 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 PK11_NeedLogin 171 PK11_NeedLogin
172 PK11_ParamFromIV 172 PK11_ParamFromIV
173 PK11_PBEKeyGen 173 PK11_PBEKeyGen
174 PK11_PrivDecryptPKCS1 174 PK11_PrivDecryptPKCS1
175 PK11_PubDecryptRaw 175 PK11_PubDecryptRaw
176 PK11_PubDerive 176 PK11_PubDerive
177 PK11_PubDeriveWithKDF 177 PK11_PubDeriveWithKDF
178 PK11_PubEncryptRaw 178 PK11_PubEncryptRaw
179 PK11_PubEncryptPKCS1 179 PK11_PubEncryptPKCS1
180 PK11_PubUnwrapSymKey 180 PK11_PubUnwrapSymKey
181 PK11_PubUnwrapSymKeyWithFlagsPerm
181 PK11_PubWrapSymKey 182 PK11_PubWrapSymKey
182 PK11_ReadRawAttribute 183 PK11_ReadRawAttribute
183 PK11_ReferenceSlot 184 PK11_ReferenceSlot
184 PK11_ReferenceSymKey 185 PK11_ReferenceSymKey
185 PK11_RestoreContext 186 PK11_RestoreContext
186 PK11_SaveContextAlloc 187 PK11_SaveContextAlloc
187 PK11_SetWrapKey 188 PK11_SetWrapKey
188 PK11_Sign 189 PK11_Sign
189 PK11_SignatureLen 190 PK11_SignatureLen
190 PK11_SignWithSymKey 191 PK11_SignWithSymKey
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 SHA256_HashBuf 286 SHA256_HashBuf
286 TLS_PRF 287 TLS_PRF
287 VFY_Begin 288 VFY_Begin
288 VFY_CreateContext 289 VFY_CreateContext
289 VFY_CreateContextWithAlgorithmID 290 VFY_CreateContextWithAlgorithmID
290 VFY_DestroyContext 291 VFY_DestroyContext
291 VFY_End 292 VFY_End
292 VFY_Update 293 VFY_Update
293 VFY_VerifyDataDirect 294 VFY_VerifyDataDirect
294 VFY_VerifyDigestDirect 295 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