[automerge] Update cipher mode enumeration in AIDL WvDrmPlugin 2p: 0684df3b6c
Original change: https://googleplex-android-review.googlesource.com/c/platform/vendor/widevine/+/16961547 Bug: 216585596 Change-Id: Icc232eba7dd2f118c8a9e0276bc8698f8d208322 Merged-In: I7eb25a5db30a82cf8015e3c19af419c02a1d5002
This commit is contained in:
@@ -25,7 +25,7 @@ class WVGenericCryptoInterface {
|
||||
const uint8_t* key_id,
|
||||
size_t key_id_length) {
|
||||
return OEMCrypto_SelectKey(session, key_id, key_id_length,
|
||||
OEMCrypto_CipherMode_CBC);
|
||||
OEMCrypto_CipherMode_CBCS);
|
||||
}
|
||||
|
||||
virtual OEMCryptoResult encrypt(OEMCrypto_SESSION session,
|
||||
|
||||
Reference in New Issue
Block a user