Searched refs:RAND_DRBG_new (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/doc/man3/ |
D | RAND_DRBG_new.pod | 5 RAND_DRBG_new, 19 RAND_DRBG *RAND_DRBG_new(int type, 42 RAND_DRBG_new() and RAND_DRBG_secure_new() 81 RAND_DRBG_new() and RAND_DRBG_secure_new() return a pointer to a DRBG
|
D | RAND_DRBG_set_callbacks.pod | 129 L<RAND_DRBG_new(3)>,
|
/third_party/openssl/test/ |
D | drbg_cavs_test.c | 77 if (!TEST_ptr(drbg = RAND_DRBG_new(td->nid, flags, NULL))) in single_kat_no_reseed() 136 if (!TEST_ptr(drbg = RAND_DRBG_new(td->nid, flags, NULL))) in single_kat_pr_false() 200 if (!TEST_ptr(drbg = RAND_DRBG_new(td->nid, flags, NULL))) in single_kat_pr_true()
|
D | drbgtest.c | 175 if (!TEST_ptr(drbg = RAND_DRBG_new(td->nid, td->flags, NULL))) in single_kat() 295 if (!TEST_ptr(drbg = RAND_DRBG_new(0, 0, NULL))) in error_check()
|
/third_party/openssl/include/openssl/ |
D | rand_drbg.h | 61 RAND_DRBG *RAND_DRBG_new(int type, unsigned int flags, RAND_DRBG *parent);
|
/third_party/openssl/crypto/rand/ |
D | drbg_lib.c | 250 RAND_DRBG *RAND_DRBG_new(int type, unsigned int flags, RAND_DRBG *parent) in RAND_DRBG_new() function
|
/third_party/openssl/doc/man7/ |
D | RAND_DRBG.pod | 66 a pointer to the parent DRBG as argument to the RAND_DRBG_new() call.
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1020 RAND_F_RAND_DRBG_NEW:109:RAND_DRBG_new
|
/third_party/openssl/util/ |
D | libcrypto.num | 4352 RAND_DRBG_new 4297 1_1_1 EXIST::FUNCTION:
|