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

Unified Diff: Source/modules/crypto/HmacKeyAlgorithm.h

Issue 204013006: [webcrypto] Add length parameter to HmacKeyAlgorithm. (blink) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/crypto/sign-verify-expected.txt ('k') | Source/modules/crypto/HmacKeyAlgorithm.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/HmacKeyAlgorithm.h
diff --git a/Source/modules/crypto/HmacKeyAlgorithm.h b/Source/modules/crypto/HmacKeyAlgorithm.h
index f4cbdb40cdf415c445a0fcf7411679089d69152d..90721074c939daae5e5bb3fa1ef16e5d769e1d8a 100644
--- a/Source/modules/crypto/HmacKeyAlgorithm.h
+++ b/Source/modules/crypto/HmacKeyAlgorithm.h
@@ -40,6 +40,7 @@ public:
static PassRefPtrWillBeRawPtr<HmacKeyAlgorithm> create(const blink::WebCryptoKeyAlgorithm&);
KeyAlgorithm* hash();
+ unsigned length();
virtual void trace(Visitor*) OVERRIDE;
« no previous file with comments | « LayoutTests/crypto/sign-verify-expected.txt ('k') | Source/modules/crypto/HmacKeyAlgorithm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698