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

Unified Diff: public/platform/WebCryptoKey.h

Issue 248963006: [webcrypto] Add key usage for 'deriveBits' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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
« no previous file with comments | « Source/modules/crypto/NormalizeAlgorithm.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCryptoKey.h
diff --git a/public/platform/WebCryptoKey.h b/public/platform/WebCryptoKey.h
index 300ed6b1e4487141e3d399671f025e6567c39fc5..d8c6f8ac077718f5cea3faac28536bf868acdeb3 100644
--- a/public/platform/WebCryptoKey.h
+++ b/public/platform/WebCryptoKey.h
@@ -50,6 +50,7 @@ enum WebCryptoKeyUsage {
WebCryptoKeyUsageDeriveKey = 1 << 4,
WebCryptoKeyUsageWrapKey = 1 << 5,
WebCryptoKeyUsageUnwrapKey = 1 << 6,
+ WebCryptoKeyUsageDeriveBits = 1 << 7,
#if INSIDE_BLINK
EndOfWebCryptoKeyUsage,
#endif
« no previous file with comments | « Source/modules/crypto/NormalizeAlgorithm.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698