Searched refs:ctr_drbg (Results 1 – 3 of 3) sorted by relevance
/external/curl/lib/vtls/ |
D | mbedtls.c | 66 mbedtls_ctr_drbg_context ctr_drbg; member 264 mbedtls_ctr_drbg_init(&BACKEND->ctr_drbg); in mbed_connect_step1() 266 ret = mbedtls_ctr_drbg_seed(&BACKEND->ctr_drbg, entropy_func_mutex, in mbed_connect_step1() 277 mbedtls_ctr_drbg_init(&BACKEND->ctr_drbg); in mbed_connect_step1() 279 ret = mbedtls_ctr_drbg_seed(&BACKEND->ctr_drbg, mbedtls_entropy_func, in mbed_connect_step1() 432 &BACKEND->ctr_drbg); in mbed_connect_step1() 781 mbedtls_ctr_drbg_free(&BACKEND->ctr_drbg); in Curl_mbedtls_close() 838 mbedtls_ctr_drbg_context ctr_drbg; in Curl_mbedtls_random() local 840 mbedtls_ctr_drbg_init(&ctr_drbg); in Curl_mbedtls_random() 843 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in Curl_mbedtls_random() [all …]
|
D | polarssl.c | 74 ctr_drbg_context ctr_drbg; member 239 if((ret = ctr_drbg_init(&BACKEND->ctr_drbg, entropy_func_mutex, &entropy, in polarssl_connect_step1() 248 if((ret = ctr_drbg_init(&BACKEND->ctr_drbg, entropy_func, &BACKEND->entropy, in polarssl_connect_step1() 380 &BACKEND->ctr_drbg); in polarssl_connect_step1()
|
/external/arm-trusted-firmware/tools/marvell/doimage/ |
D | doimage.c | 277 mbedtls_ctr_drbg_context ctr_drbg; in create_rsa_signature() local 288 mbedtls_ctr_drbg_init(&ctr_drbg); in create_rsa_signature() 292 rval = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in create_rsa_signature() 311 &ctr_drbg, in create_rsa_signature() 323 mbedtls_ctr_drbg_free(&ctr_drbg); in create_rsa_signature() 353 mbedtls_ctr_drbg_context ctr_drbg; in verify_rsa_signature() local 364 mbedtls_ctr_drbg_init(&ctr_drbg); in verify_rsa_signature() 368 rval = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in verify_rsa_signature() 394 &ctr_drbg, in verify_rsa_signature() 404 mbedtls_ctr_drbg_free(&ctr_drbg); in verify_rsa_signature()
|