Add AES-ECB as a supported encryption mode in ECMG
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user