Function esp_idf_sys::mbedtls_ctr_drbg_init

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

\brief This function initializes the CTR_DRBG context, and prepares it for mbedtls_ctr_drbg_seed() or mbedtls_ctr_drbg_free().

\note The reseed interval is #MBEDTLS_CTR_DRBG_RESEED_INTERVAL by default. You can override it by calling mbedtls_ctr_drbg_set_reseed_interval().

\param ctx The CTR_DRBG context to initialize.