Merge "Add OEMCrypto_WrapClearPrivateKey()" into udc-widevine-dev

This commit is contained in:
Rahul Frias
2024-08-17 17:23:21 +00:00
committed by Android (Google) Code Review
3 changed files with 70 additions and 0 deletions

View File

@@ -369,3 +369,9 @@ OEMCryptoResult _oecc140(void);
// OEMCrypto_FactoryInstallBCCSignature defined in v18.3
OEMCryptoResult _oecc142(const uint8_t* signature, size_t signature_length);
// OEMCrypto_WrapClearPrivateKey defined in v18.6
OEMCryptoResult _oecc154(const uint8_t* clear_private_key_bytes,
size_t clear_private_key_length,
uint8_t* wrapped_private_key,
size_t* wrapped_private_key_length);