Function esp_idf_sys::mbedtls_ctr_drbg_free

source ยท
pub unsafe extern "C" fn mbedtls_ctr_drbg_free(
    ctx: *mut mbedtls_ctr_drbg_context,
)
Expand description

\brief This function resets CTR_DRBG context to the state immediately after initial call of mbedtls_ctr_drbg_init().

\param ctx The CTR_DRBG context to clear.