Add OEMCrypto_IsAntiRollbackHwPresent API for OEMCrypto v10.
Merge from WV CDM repo: https://widevine-internal-review.googlesource.com/#/c/13660/. bug: 18948905 Change-Id: I1ffe72baaac9abf05c06139de790236e763f89a8
This commit is contained in:
@@ -19,7 +19,8 @@ namespace wvoec_mock {
|
||||
|
||||
bool KeyControlBlock::Validate() {
|
||||
if ((FOURCC('k', 'c', 't', 'l') != verification_) && // original verification
|
||||
(FOURCC('k', 'c', '0', '9') != verification_)) { // add in version 9 api.
|
||||
(FOURCC('k', 'c', '0', '9') != verification_) && // add in version 9 api
|
||||
(FOURCC('k', 'c', '1', '0') != verification_)) { // add in version 10 api
|
||||
LOGE("KCB: BAD verification string: %08X (not %08X or %08X)", verification_,
|
||||
0x6b63746c, 0x6b633039);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user