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

Unified Diff: components/webcrypto/algorithms/rsa_pss.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
Index: components/webcrypto/algorithms/rsa_pss.cc
diff --git a/components/webcrypto/openssl/rsa_pss_openssl.cc b/components/webcrypto/algorithms/rsa_pss.cc
similarity index 93%
rename from components/webcrypto/openssl/rsa_pss_openssl.cc
rename to components/webcrypto/algorithms/rsa_pss.cc
index 68c288f63665e43ab7928a511bcf39d7ade538cd..f104e1ed1d287524da1315d6f41bd7df100a0a09 100644
--- a/components/webcrypto/openssl/rsa_pss_openssl.cc
+++ b/components/webcrypto/algorithms/rsa_pss.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/webcrypto/openssl/rsa_hashed_algorithm_openssl.h"
-#include "components/webcrypto/openssl/rsa_sign_openssl.h"
+#include "components/webcrypto/algorithms/rsa.h"
+#include "components/webcrypto/algorithms/rsa_sign.h"
#include "components/webcrypto/status.h"
#include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h"
« no previous file with comments | « components/webcrypto/algorithms/rsa_oaep_unittest.cc ('k') | components/webcrypto/algorithms/rsa_pss_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698