Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dpolarssl.c114 static int entropy_func_mutex(void *data, unsigned char *output, size_t len) in entropy_func_mutex() function
238 if((ret = ctr_drbg_init(&BACKEND->ctr_drbg, entropy_func_mutex, &entropy, in polarssl_connect_step1()
Dmbedtls.c103 static int entropy_func_mutex(void *data, unsigned char *output, size_t len) in entropy_func_mutex() function
265 ret = mbedtls_ctr_drbg_seed(&BACKEND->ctr_drbg, entropy_func_mutex, in mbed_connect_step1()