Call SelectKey regardless of entitled key mapping
am: fce75c295b
Change-Id: Ibe1b1eefd267e875c16850c7910f26c3e413347a
This commit is contained in:
@@ -75,11 +75,8 @@ OEMCryptoResult EntitlementKeySession::SelectKey(const std::string& key_id,
|
||||
|
||||
current_loaded_content_keys_[entitled_content_key.entitlement_key_id()] =
|
||||
key_id;
|
||||
|
||||
return ContentKeySession::SelectKey(key_id, cipher_mode);
|
||||
} else {
|
||||
return OEMCrypto_SUCCESS;
|
||||
}
|
||||
return ContentKeySession::SelectKey(key_id, cipher_mode);
|
||||
}
|
||||
|
||||
OEMCrypto_EntitledContentKeyObject EntitlementKeySession::MakeOecEntitledKey(
|
||||
|
||||
Reference in New Issue
Block a user