Searched refs:OSSL_FUNC_RAND_RESEED (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/rands/ |
H A D | seed_src.c | 237 { OSSL_FUNC_RAND_RESEED, (void(*)(void))seed_src_reseed },
|
H A D | seed_src_jitter.c | 344 { OSSL_FUNC_RAND_RESEED, (void(*)(void))jitter_reseed },
|
H A D | test_rng.c | 340 { OSSL_FUNC_RAND_RESEED, (void(*)(void))test_rng_reseed },
|
H A D | fips_crng_test.c | 416 { OSSL_FUNC_RAND_RESEED, (void(*)(void))crng_test_reseed },
|
H A D | drbg_hmac.c | 564 { OSSL_FUNC_RAND_RESEED, (void(*)(void))drbg_hmac_reseed_wrapper },
|
H A D | drbg_hash.c | 640 { OSSL_FUNC_RAND_RESEED, (void(*)(void))drbg_hash_reseed_wrapper },
|
H A D | drbg_ctr.c | 842 { OSSL_FUNC_RAND_RESEED, (void(*)(void))drbg_ctr_reseed_wrapper },
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_rand.c | 171 case OSSL_FUNC_RAND_RESEED: in evp_rand_from_algorithm()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | core_dispatch.h | 540 # define OSSL_FUNC_RAND_RESEED 6 macro
|