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

Unified Diff: components/webcrypto/algorithms/rsa_sign.cc

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/algorithms/rsa_sign.h ('k') | components/webcrypto/algorithms/rsa_ssa.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/algorithms/rsa_sign.cc
diff --git a/components/webcrypto/openssl/rsa_sign_openssl.cc b/components/webcrypto/algorithms/rsa_sign.cc
similarity index 96%
rename from components/webcrypto/openssl/rsa_sign_openssl.cc
rename to components/webcrypto/algorithms/rsa_sign.cc
index 41d14e87d2364613171da21eae3807968a1e7bfe..d68996294266d172f694cb2d305c26715aeffd07 100644
--- a/components/webcrypto/openssl/rsa_sign_openssl.cc
+++ b/components/webcrypto/algorithms/rsa_sign.cc
@@ -4,10 +4,10 @@
#include "base/numerics/safe_math.h"
#include "base/stl_util.h"
+#include "components/webcrypto/algorithms/key.h"
+#include "components/webcrypto/algorithms/rsa_sign.h"
+#include "components/webcrypto/algorithms/util_openssl.h"
#include "components/webcrypto/crypto_data.h"
-#include "components/webcrypto/openssl/key_openssl.h"
-#include "components/webcrypto/openssl/rsa_sign_openssl.h"
-#include "components/webcrypto/openssl/util_openssl.h"
#include "components/webcrypto/status.h"
#include "crypto/openssl_util.h"
#include "crypto/scoped_openssl_types.h"
« no previous file with comments | « components/webcrypto/algorithms/rsa_sign.h ('k') | components/webcrypto/algorithms/rsa_ssa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698