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

Unified Diff: components/webcrypto/platform_crypto.h

Issue 1304063015: [refactor] Rename the webcrypto/openssl and webcrypto/test directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jwk_refactor
Patch Set: fix filename in gn build Created 5 years, 3 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/openssl/util_openssl.cc ('k') | components/webcrypto/status_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/platform_crypto.h
diff --git a/components/webcrypto/platform_crypto.h b/components/webcrypto/platform_crypto.h
index b9976670f19942b32aa4dbe8a27f8a13badfc9dd..600daa43c61515dc7fd7a27de155dd24f8cec5e4 100644
--- a/components/webcrypto/platform_crypto.h
+++ b/components/webcrypto/platform_crypto.h
@@ -11,7 +11,7 @@
#include "base/memory/scoped_ptr.h"
#include "third_party/WebKit/public/platform/WebCrypto.h"
-// The definitions for these methods live in openssl/
+// The definitions for these methods live in the algorithms/ directory.
namespace webcrypto {
class AlgorithmImplementation;
@@ -21,6 +21,9 @@ void PlatformInit();
scoped_ptr<blink::WebCryptoDigestor> CreatePlatformDigestor(
blink::WebCryptoAlgorithmId algorithm);
+// TODO(eroman): Return scoped_ptr.
+// TODO(eroman): Stop calling this "platform" now that BoringSSL is the only
+// implementation.
AlgorithmImplementation* CreatePlatformShaImplementation();
AlgorithmImplementation* CreatePlatformAesCbcImplementation();
AlgorithmImplementation* CreatePlatformAesCtrImplementation();
« no previous file with comments | « components/webcrypto/openssl/util_openssl.cc ('k') | components/webcrypto/status_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698