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

Unified Diff: mozilla/security/nss/exports_win.def

Issue 12668022: Make CKM_AES_GCM usable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
Index: mozilla/security/nss/exports_win.def
===================================================================
--- mozilla/security/nss/exports_win.def (revision 182578)
+++ mozilla/security/nss/exports_win.def (working copy)
@@ -99,6 +99,7 @@
PK11_CreateContextBySymKey
PK11_CreateDigestContext
PK11_CreatePBEV2AlgorithmID
+PK11_DecryptWithSymKey
PK11_Derive
PK11_DeriveWithFlags
PK11_DestroyContext
@@ -107,6 +108,7 @@
PK11_DigestKey
PK11_DigestOp
PK11_DoesMechanism
+PK11_EncryptWithSymKey
PK11_ExportEncryptedPrivKeyInfo
PK11_ExtractKeyValue
PK11_Finalize

Powered by Google App Engine
This is Rietveld 408576698