Source release 19.5.0
This commit is contained in:
@@ -508,6 +508,18 @@ OEMCryptoResult OEMCrypto_SetSessionUsage(OEMCrypto_SESSION session UNUSED,
|
||||
return OEMCrypto_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
OEMCryptoResult OEMCrypto_GetPVRKey(OEMCrypto_SESSION session UNUSED,
|
||||
uint8_t* wrapped_pvr_key UNUSED,
|
||||
size_t* wrapped_pvr_key_length UNUSED) {
|
||||
return OEMCrypto_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
OEMCryptoResult OEMCrypto_LoadPVRKey(OEMCrypto_SESSION session UNUSED,
|
||||
const uint8_t* wrapped_pvr_key UNUSED,
|
||||
size_t wrapped_pvr_key_length UNUSED) {
|
||||
return OEMCrypto_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
OEMCryptoResult OEMCrypto_GetDeviceInformation(
|
||||
uint8_t* device_info UNUSED, size_t* device_info_length UNUSED) {
|
||||
return OEMCrypto_ERROR_NOT_IMPLEMENTED;
|
||||
|
||||
Reference in New Issue
Block a user