Function esp_idf_sys::mbedtls_psa_crypto_free

source ยท
pub unsafe extern "C" fn mbedtls_psa_crypto_free()
Expand description

\brief Library deinitialization.

This function clears all data associated with the PSA layer, including the whole key store. This function is not thread safe, it wipes every key slot regardless of state and reader count. It should only be called when no slot is in use.

This is an Mbed TLS extension.