Source release 19.2.0
This commit is contained in:
@@ -425,3 +425,12 @@ OEMCryptoResult _oecc151(uint8_t* public_cert, size_t* public_cert_length);
|
||||
|
||||
// OEMCrypto_UseSecondaryKey defined in v19.1
|
||||
OEMCryptoResult _oecc152(OEMCrypto_SESSION session_id, bool dual_key);
|
||||
|
||||
// OEMCrypto_WrapClearPrivateKey defined in v19.2
|
||||
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);
|
||||
|
||||
// OEMCrypto_MarkOfflineSession defined in v19.2
|
||||
OEMCryptoResult _oecc153(OEMCrypto_SESSION session);
|
||||
|
||||
Reference in New Issue
Block a user