Found 11 other functions taking a
mbedtls_ctr_drbg_context
argument:
This function initializes the CTR_DRBG context, and prepares it for mbedtls_ctr_drbg_seed() or mbedtls_ctr_drbg_free().
This function seeds and sets up the CTR_DRBG entropy source for future reseeds.
This function clears CTR_CRBG context data.
This function reseeds the CTR_DRBG context, that is extracts data from the entropy source.
This function updates the state of the CTR_DRBG context.
This function turns prediction resistance on or off. The default value is off.
This function sets the amount of entropy grabbed on each seed or reseed. The default value is #MBEDTLS_CTR_DRBG_ENTROPY_LEN.
This function sets the reseed interval. The default value is #MBEDTLS_CTR_DRBG_RESEED_INTERVAL.