HomeSort by relevance Sort by last modified time
    Searched refs:entropy_func_mutex (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/vtls/
mbedtls.c 84 /* start of entropy_func_mutex() */
85 static int entropy_func_mutex(void *data, unsigned char *output, size_t len) function
88 /* lock 1 = entropy_func_mutex() */
95 /* end of entropy_func_mutex() */
178 ret = mbedtls_ctr_drbg_seed(&connssl->ctr_drbg, entropy_func_mutex,
polarssl.c 96 /* start of entropy_func_mutex() */
97 static int entropy_func_mutex(void *data, unsigned char *output, size_t len) function
100 /* lock 1 = entropy_func_mutex() */
107 /* end of entropy_func_mutex() */
167 if((ret = ctr_drbg_init(&connssl->ctr_drbg, entropy_func_mutex, &entropy,

Completed in 85 milliseconds