Add AES-ECB as a supported encryption mode in ECMG

This commit is contained in:
Lu Chen
2021-09-07 18:08:13 -07:00
parent b3a5fff77d
commit c387750897
11 changed files with 48 additions and 10 deletions

View File

@@ -101,6 +101,7 @@ cc_library(
":error_space",
":hash_algorithm",
":hash_algorithm_util",
":output_protection_util",
":rsa_key",
":status",
"//base",
@@ -127,6 +128,7 @@ cc_test(
":error_space",
":hash_algorithm",
":hash_algorithm_util",
":output_protection_util",
":rsa_key",
":rsa_test_keys",
":security_profile_list",
@@ -431,7 +433,6 @@ cc_library(
":rsa_util",
":sha_util",
"//base",
"@abseil_repo//absl/base:core_headers",
"//external:openssl",
],
)
@@ -870,6 +871,7 @@ cc_library(
":drm_service_certificate",
":error_space",
":rsa_key",
":rsa_util",
":status",
":x509_cert",
"//base",