mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
psa: free RNG implementation before checking for remaining open key slots
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
@ -193,6 +193,15 @@ psa_status_t mbedtls_psa_register_se_key(
|
||||
|
||||
/**@}*/
|
||||
|
||||
/**
|
||||
* \brief PSA random deinitialization.
|
||||
*
|
||||
* This function frees the RNG implementation used by PSA.
|
||||
*
|
||||
* This is an Mbed TLS extension.
|
||||
*/
|
||||
void mbedtls_psa_random_free(void);
|
||||
|
||||
/**
|
||||
* \brief Library deinitialization.
|
||||
*
|
||||
|
Reference in New Issue
Block a user