Merge "Add OEMCrypto_WrapClearPrivateKey()" into udc-widevine-dev
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user