Rename some WebCrypto files
commitc9c0300cbbcca64114bbf20d0ff03007d84e7086
authoreroman <eroman@chromium.org>
Tue, 30 Dec 2014 00:09:32 +0000 (29 16:09 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 30 Dec 2014 00:10:11 +0000 (30 00:10 +0000)
tree638e5791fe07b4a40664dde3ea70ff8325248fce
parentcd4b37815161342c96086e32318bc563c6694508
Rename some WebCrypto files

aes_key_nss.cc => aes_algorithm_nss.cc
aes_key_nss.h => aes_algorithm_nss.h
aes_key_openssl.cc => aes_algorithm_openssl.cc
aes_key_openssl.h => aes_algorithm_openssl.h

rsa_key_nss.cc => rsa_hashed_algorithm_nss.cc
rsa_key_nss.h => rsa_hashed_algorithm_nss.h
rsa_key_openssl.cc => rsa_hashed_algorithm_openssl.cc
rsa_key_openssl.h => rsa_hashed_algorithm_openssl.h

ec_key_openssl.cc => ec_algorithm_openssl.cc
ec_key_openssl.h => ec_algorithm_openssl.h

BUG=441036

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

Cr-Commit-Position: refs/heads/master@{#309733}
26 files changed:
content/child/webcrypto/nss/aes_algorithm_nss.cc [moved from content/child/webcrypto/nss/aes_key_nss.cc with 98% similarity]
content/child/webcrypto/nss/aes_algorithm_nss.h [moved from content/child/webcrypto/nss/aes_key_nss.h with 95% similarity]
content/child/webcrypto/nss/aes_cbc_nss.cc
content/child/webcrypto/nss/aes_gcm_nss.cc
content/child/webcrypto/nss/aes_kw_nss.cc
content/child/webcrypto/nss/rsa_hashed_algorithm_nss.cc [moved from content/child/webcrypto/nss/rsa_key_nss.cc with 99% similarity]
content/child/webcrypto/nss/rsa_hashed_algorithm_nss.h [moved from content/child/webcrypto/nss/rsa_key_nss.h with 95% similarity]
content/child/webcrypto/nss/rsa_oaep_nss.cc
content/child/webcrypto/nss/rsa_ssa_nss.cc
content/child/webcrypto/openssl/aes_algorithm_openssl.cc [moved from content/child/webcrypto/openssl/aes_key_openssl.cc with 98% similarity]
content/child/webcrypto/openssl/aes_algorithm_openssl.h [moved from content/child/webcrypto/openssl/aes_key_openssl.h with 94% similarity]
content/child/webcrypto/openssl/aes_cbc_openssl.cc
content/child/webcrypto/openssl/aes_ctr_openssl.cc
content/child/webcrypto/openssl/aes_gcm_openssl.cc
content/child/webcrypto/openssl/aes_kw_openssl.cc
content/child/webcrypto/openssl/ec_algorithm_openssl.cc [moved from content/child/webcrypto/openssl/ec_key_openssl.cc with 99% similarity]
content/child/webcrypto/openssl/ec_algorithm_openssl.h [moved from content/child/webcrypto/openssl/ec_key_openssl.h with 94% similarity]
content/child/webcrypto/openssl/ecdh_openssl.cc
content/child/webcrypto/openssl/ecdsa_openssl.cc
content/child/webcrypto/openssl/rsa_hashed_algorithm_openssl.cc [moved from content/child/webcrypto/openssl/rsa_key_openssl.cc with 99% similarity]
content/child/webcrypto/openssl/rsa_hashed_algorithm_openssl.h [moved from content/child/webcrypto/openssl/rsa_key_openssl.h with 94% similarity]
content/child/webcrypto/openssl/rsa_oaep_openssl.cc
content/child/webcrypto/openssl/rsa_pss_openssl.cc
content/child/webcrypto/openssl/rsa_sign_openssl.cc
content/child/webcrypto/openssl/rsa_ssa_openssl.cc
content/content_child.gypi