Home
last modified time | relevance | path

Searched refs:RAND_DRBG_get_ex_data (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DRAND_DRBG_set_ex_data.pod6 RAND_DRBG_get_ex_data,
16 void *RAND_DRBG_get_ex_data(const RAND_DRBG *drbg, int idx);
31 RAND_DRBG_get_ex_data() retrieves application specific data previously stored
43 RAND_DRBG_get_ex_data() returns the previously stored value or NULL on
/third_party/openssl/test/
Ddrbg_cavs_test.c38 TEST_CTX *t = (TEST_CTX *)RAND_DRBG_get_ex_data(drbg, app_data_index); in kat_entropy()
48 TEST_CTX *t = (TEST_CTX *)RAND_DRBG_get_ex_data(drbg, app_data_index); in kat_nonce()
Ddrbgtest.c136 TEST_CTX *t = (TEST_CTX *)RAND_DRBG_get_ex_data(drbg, app_data_index); in kat_entropy()
146 TEST_CTX *t = (TEST_CTX *)RAND_DRBG_get_ex_data(drbg, app_data_index); in kat_nonce()
514 return (HOOK_CTX *)RAND_DRBG_get_ex_data(drbg, app_data_index); in get_hook_ctx()
/third_party/openssl/include/openssl/
Drand_drbg.h101 void *RAND_DRBG_get_ex_data(const RAND_DRBG *drbg, int idx);
/third_party/openssl/crypto/rand/
Ddrbg_lib.c852 void *RAND_DRBG_get_ex_data(const RAND_DRBG *drbg, int idx) in RAND_DRBG_get_ex_data() function
/third_party/openssl/util/
Dlibcrypto.num4358 RAND_DRBG_get_ex_data 4303 1_1_1 EXIST::FUNCTION: