Home
last modified time | relevance | path

Searched refs:ctr_drbg (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/vtls/
Dmbedtls.c65 mbedtls_ctr_drbg_context ctr_drbg; member
263 mbedtls_ctr_drbg_init(&BACKEND->ctr_drbg); in mbed_connect_step1()
265 ret = mbedtls_ctr_drbg_seed(&BACKEND->ctr_drbg, entropy_func_mutex, in mbed_connect_step1()
276 mbedtls_ctr_drbg_init(&BACKEND->ctr_drbg); in mbed_connect_step1()
278 ret = mbedtls_ctr_drbg_seed(&BACKEND->ctr_drbg, mbedtls_entropy_func, in mbed_connect_step1()
430 &BACKEND->ctr_drbg); in mbed_connect_step1()
779 mbedtls_ctr_drbg_free(&BACKEND->ctr_drbg); in Curl_mbedtls_close()
836 mbedtls_ctr_drbg_context ctr_drbg; in Curl_mbedtls_random() local
838 mbedtls_ctr_drbg_init(&ctr_drbg); in Curl_mbedtls_random()
841 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in Curl_mbedtls_random()
[all …]
Dpolarssl.c73 ctr_drbg_context ctr_drbg; member
238 if((ret = ctr_drbg_init(&BACKEND->ctr_drbg, entropy_func_mutex, &entropy, in polarssl_connect_step1()
247 if((ret = ctr_drbg_init(&BACKEND->ctr_drbg, entropy_func, &BACKEND->entropy, in polarssl_connect_step1()
379 &BACKEND->ctr_drbg); in polarssl_connect_step1()