Modify Level 3 full decrypt path testing for 15.1
Merge of http://go/wvgerrit/68986 Bug: b/120797208 Test: Android + Linux unit tests OEMCrypto v15.1 introduced changes to full decrypt path testing. This CL reflects those changes for the Level 3 code, including removing InitializeDecryptHash and changes to error reporting. Change-Id: I09cec6743524d326cb1a6c3ba4dd1764dbefff5f
This commit is contained in:
@@ -84,7 +84,6 @@ namespace wvoec3 {
|
||||
#define Level3_SetSandbox _lcc84
|
||||
#define Level3_ResourceRatingTier _lcc85
|
||||
#define Level3_SupportsDecryptHash _lcc86
|
||||
#define Level3_InitializeDecryptHash _lcc87
|
||||
#define Level3_SetDecryptHash _lcc88
|
||||
#define Level3_GetHashErrorCode _lcc89
|
||||
#define Level3_BuildInformation _lcc90
|
||||
@@ -154,7 +153,6 @@ namespace wvoec3 {
|
||||
#define Level3_SetSandbox _oecc84
|
||||
#define Level3_ResourceRatingTier _oecc85
|
||||
#define Level3_SupportsDecryptHash _oecc86
|
||||
#define Level3_InitializeDecryptHash _oecc87
|
||||
#define Level3_SetDecryptHash _oecc88
|
||||
#define Level3_GetHashErrorCode _oecc89
|
||||
#define Level3_BuildInformation _oecc90
|
||||
@@ -359,7 +357,6 @@ OEMCryptoResult Level3_SetSandbox(const uint8_t* sandbox_id,
|
||||
size_t sandbox_id_length);
|
||||
uint32_t Level3_ResourceRatingTier();
|
||||
uint32_t Level3_SupportsDecryptHash();
|
||||
OEMCryptoResult Level3_InitializeDecryptHash(OEMCrypto_SESSION session);
|
||||
|
||||
OEMCryptoResult Level3_SetDecryptHash(OEMCrypto_SESSION session,
|
||||
uint32_t frame_number,
|
||||
|
||||
Reference in New Issue
Block a user