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

Side by Side Diff: nss/exports_win.def

Issue 140693005: Add SEC_SignData to NSS exports. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Created 6 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 SECOID_FindOIDByTag_Util 255 SECOID_FindOIDByTag_Util
256 SECOID_FindOIDTag_Util 256 SECOID_FindOIDTag_Util
257 SECOID_FindOID_Util 257 SECOID_FindOID_Util
258 SECOID_GetAlgorithmTag_Util 258 SECOID_GetAlgorithmTag_Util
259 SECOID_SetAlgorithmID_Util 259 SECOID_SetAlgorithmID_Util
260 SEC_ASN1DecodeItem_Util 260 SEC_ASN1DecodeItem_Util
261 SEC_ASN1EncodeItem_Util 261 SEC_ASN1EncodeItem_Util
262 SEC_DerSignData 262 SEC_DerSignData
263 SEC_GetSignatureAlgorithmOidTag 263 SEC_GetSignatureAlgorithmOidTag
264 SEC_QuickDERDecodeItem_Util 264 SEC_QuickDERDecodeItem_Util
265 SEC_SignData
265 SEC_StringToOID 266 SEC_StringToOID
266 SEED_Decrypt 267 SEED_Decrypt
267 SEED_DestroyContext 268 SEED_DestroyContext
268 SEED_Encrypt 269 SEED_Encrypt
269 SEED_InitContext 270 SEED_InitContext
270 SGN_Begin 271 SGN_Begin
271 SGN_DestroyContext 272 SGN_DestroyContext
272 SGN_Digest 273 SGN_Digest
273 SGN_End 274 SGN_End
274 SGN_NewContext 275 SGN_NewContext
275 SGN_Update 276 SGN_Update
276 SHA1_Begin 277 SHA1_Begin
277 SHA1_Clone 278 SHA1_Clone
278 SHA1_DestroyContext 279 SHA1_DestroyContext
279 SHA1_End 280 SHA1_End
280 SHA1_HashBuf 281 SHA1_HashBuf
281 SHA1_NewContext 282 SHA1_NewContext
282 SHA1_Update 283 SHA1_Update
283 SHA256_HashBuf 284 SHA256_HashBuf
284 TLS_PRF 285 TLS_PRF
285 VFY_Begin 286 VFY_Begin
286 VFY_CreateContext 287 VFY_CreateContext
287 VFY_CreateContextWithAlgorithmID 288 VFY_CreateContextWithAlgorithmID
288 VFY_DestroyContext 289 VFY_DestroyContext
289 VFY_End 290 VFY_End
290 VFY_Update 291 VFY_Update
291 VFY_VerifyDataDirect 292 VFY_VerifyDataDirect
292 VFY_VerifyDigestDirect 293 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