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

Unified Diff: components/webcrypto/fuzzer_support.h

Issue 2162303002: [webcrypto] Add support for import/export of "raw" formatted EC keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@usage_order
Patch Set: rebase Created 4 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
Index: components/webcrypto/fuzzer_support.h
diff --git a/components/webcrypto/fuzzer_support.h b/components/webcrypto/fuzzer_support.h
index 43cde789f38f5f4571328ab0adbb60d29305e94c..4ca621b0e332c48875f365e6769bc7d868a28bc4 100644
--- a/components/webcrypto/fuzzer_support.h
+++ b/components/webcrypto/fuzzer_support.h
@@ -16,6 +16,8 @@ void ImportEcKeyFromDerFuzzData(const uint8_t* data,
size_t size,
blink::WebCryptoKeyFormat format);
+void ImportEcKeyFromRawFuzzData(const uint8_t* data, size_t size);
+
void ImportRsaKeyFromDerFuzzData(const uint8_t* data,
size_t size,
blink::WebCryptoKeyFormat format);

Powered by Google App Engine
This is Rietveld 408576698