Searched refs:RAND_DRBG_get_ex_new_index (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/doc/man3/ |
D | RAND_DRBG_set_ex_data.pod | 7 RAND_DRBG_get_ex_new_index 18 int RAND_DRBG_get_ex_new_index(long argl, void *argp, 29 be a value previously returned from a call to RAND_DRBG_get_ex_new_index(). 49 RAND_DRBG_get_ex_new_index(...) is implemented as a macro and equivalent to
|
/third_party/openssl/include/openssl/ |
D | rand_drbg.h | 98 # define RAND_DRBG_get_ex_new_index(l, p, newf, dupf, freef) \ macro
|
/third_party/openssl/test/ |
D | drbg_cavs_test.c | 274 app_data_index = RAND_DRBG_get_ex_new_index(0L, NULL, NULL, NULL, NULL); in setup_tests()
|
D | drbgtest.c | 1017 app_data_index = RAND_DRBG_get_ex_new_index(0L, NULL, NULL, NULL, NULL); in setup_tests()
|
/third_party/openssl/util/ |
D | private.num | 313 RAND_DRBG_get_ex_new_index define
|