Merge "Lock v19.1 API" into main

This commit is contained in:
Kyle Zhang
2024-03-28 23:26:55 +00:00
committed by Android (Google) Code Review

View File

@@ -419,3 +419,9 @@ OEMCryptoResult _oecc148(OEMCrypto_SESSION session,
// OEMCrypto_SetDecryptHash defined in v19.0
OEMCryptoResult _oecc143(OEMCrypto_SESSION session, uint32_t frame_number,
uint32_t crc32);
// OEMCrypto_GetEmbeddedDrmCertificate defined in v19.1
OEMCryptoResult _oecc151(uint8_t* public_cert, size_t* public_cert_length);
// OEMCrypto_UseSecondaryKey defined in v19.1
OEMCryptoResult _oecc152(OEMCrypto_SESSION session_id, bool dual_key);