diff --git a/libwvdrmengine/oemcrypto/test/GEN_api_lock_file.c b/libwvdrmengine/oemcrypto/test/GEN_api_lock_file.c index b796610b..1822df9d 100644 --- a/libwvdrmengine/oemcrypto/test/GEN_api_lock_file.c +++ b/libwvdrmengine/oemcrypto/test/GEN_api_lock_file.c @@ -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);