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

Unified Diff: components/webcrypto/algorithms/rsa.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: 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.cc
diff --git a/components/webcrypto/openssl/rsa_hashed_algorithm_openssl.cc b/components/webcrypto/algorithms/rsa.cc
similarity index 99%
rename from components/webcrypto/openssl/rsa_hashed_algorithm_openssl.cc
rename to components/webcrypto/algorithms/rsa.cc
index 4703377cf10ffe723fc3b8df4be1bf7e66d3a94c..7551f65c35ff90cc8aed69fcc4d2f64b75a6918c 100644
--- a/components/webcrypto/openssl/rsa_hashed_algorithm_openssl.cc
+++ b/components/webcrypto/algorithms/rsa.cc
@@ -2,17 +2,17 @@
// 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/algorithms/rsa.h"
#include <openssl/evp.h>
#include "base/logging.h"
#include "base/stl_util.h"
+#include "components/webcrypto/algorithms/key.h"
+#include "components/webcrypto/algorithms/util_openssl.h"
#include "components/webcrypto/crypto_data.h"
#include "components/webcrypto/generate_key_result.h"
#include "components/webcrypto/jwk.h"
-#include "components/webcrypto/openssl/key_openssl.h"
-#include "components/webcrypto/openssl/util_openssl.h"
#include "components/webcrypto/status.h"
#include "components/webcrypto/webcrypto_util.h"
#include "crypto/openssl_util.h"

Powered by Google App Engine
This is Rietveld 408576698