[refactor] Rename the webcrypto/openssl and webcrypto/test directories.
commit7bcd6a790cbfeecedce48ee6d7c7bef453f1784d
authoreroman <eroman@chromium.org>
Wed, 16 Sep 2015 02:41:21 +0000 (15 19:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 16 Sep 2015 02:42:03 +0000 (16 02:42 +0000)
tree0f2ba02b2becab363349436a23ab6281b216994b
parentdc991337548e626edf5dfd8abb0b1930c034dd13
[refactor] Rename the webcrypto/openssl and webcrypto/test directories.

Since there is no longer an NSS vs OpenSSL distinction, merge these directories into a single "algorithms/" directory, and also simplify the filenames by dropping the _openssl suffix.

For example whereas before it looked like:

  openssl/
    rsa_oaep_openssl.cc
  test/
    rsa_oaep_unittest.cc

Now it looks like:

  algorithms/
    rsa_oaep.cc
    rsa_oaep_unittest.cc

BUG=519504

Review URL: https://codereview.chromium.org/1304063015

Cr-Commit-Position: refs/heads/master@{#349072}
43 files changed:
components/components_tests.gyp
components/webcrypto/BUILD.gn
components/webcrypto/algorithms/aes.cc [moved from components/webcrypto/openssl/aes_algorithm_openssl.cc with 97% similarity]
components/webcrypto/algorithms/aes.h [moved from components/webcrypto/openssl/aes_algorithm_openssl.h with 94% similarity]
components/webcrypto/algorithms/aes_cbc.cc [moved from components/webcrypto/openssl/aes_cbc_openssl.cc with 95% similarity]
components/webcrypto/algorithms/aes_cbc_unittest.cc [moved from components/webcrypto/test/aes_cbc_unittest.cc with 99% similarity]
components/webcrypto/algorithms/aes_ctr.cc [moved from components/webcrypto/openssl/aes_ctr_openssl.cc with 98% similarity]
components/webcrypto/algorithms/aes_ctr_unittest.cc [moved from components/webcrypto/test/aes_ctr_unittest.cc with 99% similarity]
components/webcrypto/algorithms/aes_gcm.cc [moved from components/webcrypto/openssl/aes_gcm_openssl.cc with 93% similarity]
components/webcrypto/algorithms/aes_gcm_unittest.cc [moved from components/webcrypto/test/aes_gcm_unittest.cc with 99% similarity]
components/webcrypto/algorithms/aes_kw.cc [moved from components/webcrypto/openssl/aes_kw_openssl.cc with 94% similarity]
components/webcrypto/algorithms/aes_kw_unittest.cc [moved from components/webcrypto/test/aes_kw_unittest.cc with 99% similarity]
components/webcrypto/algorithms/ec.cc [moved from components/webcrypto/openssl/ec_algorithm_openssl.cc with 99% similarity]
components/webcrypto/algorithms/ec.h [moved from components/webcrypto/openssl/ec_algorithm_openssl.h with 94% similarity]
components/webcrypto/algorithms/ecdh.cc [moved from components/webcrypto/openssl/ecdh_openssl.cc with 96% similarity]
components/webcrypto/algorithms/ecdh_unittest.cc [moved from components/webcrypto/test/ecdh_unittest.cc with 99% similarity]
components/webcrypto/algorithms/ecdsa.cc [moved from components/webcrypto/openssl/ecdsa_openssl.cc with 98% similarity]
components/webcrypto/algorithms/ecdsa_unittest.cc [moved from components/webcrypto/test/ecdsa_unittest.cc with 99% similarity]
components/webcrypto/algorithms/hkdf.cc [moved from components/webcrypto/openssl/hkdf_openssl.cc with 97% similarity]
components/webcrypto/algorithms/hmac.cc [moved from components/webcrypto/openssl/hmac_openssl.cc with 98% similarity]
components/webcrypto/algorithms/hmac_unittest.cc [moved from components/webcrypto/test/hmac_unittest.cc with 99% similarity]
components/webcrypto/algorithms/key.cc [moved from components/webcrypto/openssl/key_openssl.cc with 96% similarity]
components/webcrypto/algorithms/key.h [moved from components/webcrypto/openssl/key_openssl.h with 92% similarity]
components/webcrypto/algorithms/pbkdf2.cc [moved from components/webcrypto/openssl/pbkdf2_openssl.cc with 97% similarity]
components/webcrypto/algorithms/rsa.cc [moved from components/webcrypto/openssl/rsa_hashed_algorithm_openssl.cc with 99% similarity]
components/webcrypto/algorithms/rsa.h [moved from components/webcrypto/openssl/rsa_hashed_algorithm_openssl.h with 94% similarity]
components/webcrypto/algorithms/rsa_oaep.cc [moved from components/webcrypto/openssl/rsa_oaep_openssl.cc with 96% similarity]
components/webcrypto/algorithms/rsa_oaep_unittest.cc [moved from components/webcrypto/test/rsa_oaep_unittest.cc with 99% similarity]
components/webcrypto/algorithms/rsa_pss.cc [moved from components/webcrypto/openssl/rsa_pss_openssl.cc with 93% similarity]
components/webcrypto/algorithms/rsa_pss_unittest.cc [moved from components/webcrypto/test/rsa_pss_unittest.cc with 99% similarity]
components/webcrypto/algorithms/rsa_sign.cc [moved from components/webcrypto/openssl/rsa_sign_openssl.cc with 96% similarity]
components/webcrypto/algorithms/rsa_sign.h [moved from components/webcrypto/openssl/rsa_sign_openssl.h with 84% similarity]
components/webcrypto/algorithms/rsa_ssa.cc [moved from components/webcrypto/openssl/rsa_ssa_openssl.cc with 92% similarity]
components/webcrypto/algorithms/rsa_ssa_unittest.cc [moved from components/webcrypto/test/rsa_ssa_unittest.cc with 99% similarity]
components/webcrypto/algorithms/sha.cc [moved from components/webcrypto/openssl/sha_openssl.cc with 98% similarity]
components/webcrypto/algorithms/sha_unittest.cc [moved from components/webcrypto/test/sha_unittest.cc with 98% similarity]
components/webcrypto/algorithms/test_helpers.cc [moved from components/webcrypto/test/test_helpers.cc with 99% similarity]
components/webcrypto/algorithms/test_helpers.h [moved from components/webcrypto/test/test_helpers.h with 98% similarity]
components/webcrypto/algorithms/util_openssl.cc [moved from components/webcrypto/openssl/util_openssl.cc with 98% similarity]
components/webcrypto/algorithms/util_openssl.h [moved from components/webcrypto/openssl/util_openssl.h with 96% similarity]
components/webcrypto/platform_crypto.h
components/webcrypto/status_unittest.cc [moved from components/webcrypto/test/status_unittest.cc with 97% similarity]
components/webcrypto/webcrypto.gyp