Searched refs:RAND_DRBG_set_ex_data (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | RAND_DRBG_set_ex_data.pod | 5 RAND_DRBG_set_ex_data, 14 int RAND_DRBG_set_ex_data(RAND_DRBG *drbg, int idx, void *data); 27 RAND_DRBG_set_ex_data() enables an application to store arbitrary application 41 RAND_DRBG_set_ex_data() returns 1 for success or 0 for failure.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | drbg_cavs_test.c | 90 RAND_DRBG_set_ex_data(drbg, app_data_index, &t); in single_kat_no_reseed() 149 RAND_DRBG_set_ex_data(drbg, app_data_index, &t); in single_kat_pr_false() 213 RAND_DRBG_set_ex_data(drbg, app_data_index, &t); in single_kat_pr_true()
|
H A D | drbgtest.c | 187 RAND_DRBG_set_ex_data(drbg, app_data_index, &t); in single_kat() 213 RAND_DRBG_set_ex_data(drbg, app_data_index, &t); in single_kat() 261 RAND_DRBG_set_ex_data(drbg, app_data_index, t); in init() 543 RAND_DRBG_set_ex_data(drbg, app_data_index, ctx); in hook_drbg()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | rand_drbg.h | 100 int RAND_DRBG_set_ex_data(RAND_DRBG *drbg, int idx, void *arg);
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | man.inc | 250 RAND_DRBG_set_ex_data.3 \
|
H A D | crypto.map | 4365 RAND_DRBG_set_ex_data;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/ |
H A D | man.inc | 461 RAND_DRBG_set_ex_data.3 \
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
H A D | drbg_lib.c | 837 int RAND_DRBG_set_ex_data(RAND_DRBG *drbg, int idx, void *arg) in RAND_DRBG_set_ex_data() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 4357 RAND_DRBG_set_ex_data 4302 1_1_1 EXIST::FUNCTION:
|