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

Unified Diff: components/webcrypto/webcrypto_util.h

Issue 1181413009: move KeyUsageAllows to more logical place(part2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove AUTHORS change because name is already there Created 5 years, 4 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 | « components/webcrypto/algorithm_dispatch.cc ('k') | components/webcrypto/webcrypto_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/webcrypto_util.h
diff --git a/components/webcrypto/webcrypto_util.h b/components/webcrypto/webcrypto_util.h
index ab711ab7a2c53d9ddfa2ac725c568922d8fa59ed..a40794bcde775fd9d7f508cf2eabc328b6f0550b 100644
--- a/components/webcrypto/webcrypto_util.h
+++ b/components/webcrypto/webcrypto_util.h
@@ -45,9 +45,6 @@ blink::WebCryptoAlgorithm CreateEcImportAlgorithm(
bool ContainsKeyUsages(blink::WebCryptoKeyUsageMask a,
blink::WebCryptoKeyUsageMask b);
-bool KeyUsageAllows(const blink::WebCryptoKey& key,
- const blink::WebCryptoKeyUsage usage);
-
Status GetAesGcmTagLengthInBits(const blink::WebCryptoAesGcmParams* params,
unsigned int* tag_length_bits);
« no previous file with comments | « components/webcrypto/algorithm_dispatch.cc ('k') | components/webcrypto/webcrypto_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698