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

Unified Diff: content/content_child.gypi

Issue 797723006: Implement PBKDF2 (except for generateKey) using BoringSSL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pbkdf2
Patch Set: Cleanup and add serialization methods Created 5 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 side-by-side diff with in-line comments
Download patch
« content/child/webcrypto/status.cc ('K') | « content/child/webcrypto/status.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 8a97330353ed745099e4b422201b34d3f87ea91e..64aab5ca364b21a68cd93af1cb7a73b1c7a5b299 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -308,6 +308,7 @@
'child/webcrypto/openssl/hmac_openssl.cc',
'child/webcrypto/openssl/key_openssl.cc',
'child/webcrypto/openssl/key_openssl.h',
+ 'child/webcrypto/openssl/pbkdf2_openssl.cc',
'child/webcrypto/openssl/rsa_hashed_algorithm_openssl.cc',
'child/webcrypto/openssl/rsa_hashed_algorithm_openssl.h',
'child/webcrypto/openssl/rsa_oaep_openssl.cc',
« content/child/webcrypto/status.cc ('K') | « content/child/webcrypto/status.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698