Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dpolarssl.c102 static int entropy_func_mutex(void *data, unsigned char *output, size_t len) in entropy_func_mutex() function
167 if((ret = ctr_drbg_init(&connssl->ctr_drbg, entropy_func_mutex, &entropy, in polarssl_connect_step1()
Dmbedtls.c88 static int entropy_func_mutex(void *data, unsigned char *output, size_t len) in entropy_func_mutex() function
189 ret = mbedtls_ctr_drbg_seed(&connssl->ctr_drbg, entropy_func_mutex, in mbed_connect_step1()