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

@@ -61,6 +61,7 @@ message CasEncryptionResponse {
// Optional label used for the key.
optional string track_type = 3;
optional KeySlot key_slot = 4;
optional uint32 period_index = 5;
}
optional Status status = 1;
optional string status_message = 2;