OEMCrypto implementation of OEMCrypto_PrepAndSignReleaseRequest

Bug: 295956275
Change-Id: I1f3e7f83c644c16419cc99862c9147d321cfdb5f
This commit is contained in:
Vicky Min
2023-11-29 03:21:56 +00:00
committed by Robert Shih
parent 49debffe63
commit 9e26c42882
2 changed files with 31 additions and 8 deletions

View File

@@ -729,7 +729,7 @@ typedef enum OEMCrypto_SignatureHashAlgorithm {
#define OEMCrypto_LoadLicense _oecc144
#define OEMCrypto_LoadProvisioning _oecc145
#define OEMCrypto_LoadProvisioningCast _oecc146
#define OEMCrypto_PrepAndSignLicenseRelease _oecc147
#define OEMCrypto_PrepAndSignReleaseRequest _oecc147
#define OEMCrypto_GetUsageEntryInfo _oecc148
#define OEMCrypto_GetBCCType _oecc149
// clang-format on
@@ -1159,7 +1159,7 @@ OEMCryptoResult OEMCrypto_PrepAndSignLicenseRequest(
* @version
* This method is new in API version 19.
*/
OEMCryptoResult OEMCrypto_PrepAndSignLicenseRelease(
OEMCryptoResult OEMCrypto_PrepAndSignReleaseRequest(
OEMCrypto_SESSION session, uint8_t* message, size_t message_length,
size_t* core_message_size, uint8_t* signature, size_t* signature_length);