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

Unified Diff: components/webcrypto/algorithms/aes_gcm.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/aes_gcm.cc
diff --git a/components/webcrypto/openssl/aes_gcm_openssl.cc b/components/webcrypto/algorithms/aes_gcm.cc
similarity index 93%
rename from components/webcrypto/openssl/aes_gcm_openssl.cc
rename to components/webcrypto/algorithms/aes_gcm.cc
index 564b54f88c7a4c038dd87eea2f694da57cdd9b75..153b6aff33e3bf49b193451ced81bf62e8fea365 100644
--- a/components/webcrypto/openssl/aes_gcm_openssl.cc
+++ b/components/webcrypto/algorithms/aes_gcm.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include <vector>
#include <openssl/evp.h>
+#include <vector>
#include "base/logging.h"
#include "base/stl_util.h"
+#include "components/webcrypto/algorithms/aes.h"
+#include "components/webcrypto/algorithms/key.h"
+#include "components/webcrypto/algorithms/util_openssl.h"
#include "components/webcrypto/crypto_data.h"
-#include "components/webcrypto/openssl/aes_algorithm_openssl.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"
« no previous file with comments | « components/webcrypto/algorithms/aes_ctr_unittest.cc ('k') | components/webcrypto/algorithms/aes_gcm_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698