Implement OEMCrypto_LoadCasECMKeys() with TODO WTPIs
Add function body of OEMCrypto_LoadCasECMKeys() with a few TODOs. At the end, Cas content keys and IVs shall be installed to key slot by WTPIs, which will be declared in the next CL. Test: opk_ta Bug: 241146324 Merged from https://widevine-internal-review.googlesource.com/169378 Merged from https://widevine-internal-review.googlesource.com/178139 Change-Id: Idf3930ec916e95012067741e46254018fc6e4381
This commit is contained in:
@@ -634,9 +634,9 @@ class EntitledMessage {
|
||||
uint32_t num_keys_;
|
||||
// Clear Entitlement key data. This is the backing data for
|
||||
// |entitled_key_array_|.
|
||||
EntitledContentKeyData entitled_key_data_[kMaxNumKeys];
|
||||
EntitledContentKeyData entitled_key_data_[kMaxNumKeys] = {};
|
||||
// Entitled key object. Pointers are backed by |entitled_key_data_|.
|
||||
OEMCrypto_EntitledContentKeyObject entitled_key_array_[kMaxNumKeys];
|
||||
OEMCrypto_EntitledContentKeyObject entitled_key_array_[kMaxNumKeys] = {};
|
||||
uint32_t entitled_key_session_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user