Add AES-ECB as a supported encryption mode in ECMG

This commit is contained in:
Widevine Buildbot
2021-09-08 01:20:50 +00:00
parent 8818d7d026
commit bcba6a0393
12 changed files with 17 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ message EcmMetaData {
DVB_CSA3 = 4;
AES_OFB = 5;
AES_SCTE52 = 6;
AES_ECB = 7;
}
// Required. The cipher mode used to encrypt/decrypt the content.
optional CipherMode cipher_mode = 1;