Home
last modified time | relevance | path

Searched defs:parent_dispatch (Results 1 – 9 of 9) sorted by relevance

/src/crypto/openssl/fuzz/ !
H A Dfuzz_rand.c26 void *provctx, void *parent, const OSSL_DISPATCH *parent_dispatch) in fuzz_rand_newctx()
/src/crypto/openssl/providers/implementations/rands/ !
H A Dseed_src.c46 const OSSL_DISPATCH *parent_dispatch) in seed_src_new()
H A Dseed_src_jitter.c122 const OSSL_DISPATCH *parent_dispatch) in jitter_new()
H A Dtest_rng.c55 const OSSL_DISPATCH *parent_dispatch) in test_rng_new()
H A Ddrbg_hmac.c336 const OSSL_DISPATCH *parent_dispatch) in drbg_hmac_new_wrapper()
H A Ddrbg_hash.c444 const OSSL_DISPATCH *parent_dispatch) in drbg_hash_new_wrapper()
H A Ddrbg_ctr.c637 const OSSL_DISPATCH *parent_dispatch) in drbg_ctr_new_wrapper()
/src/crypto/openssl/test/testutil/ !
H A Dfake_random.c36 const OSSL_DISPATCH *parent_dispatch) in fake_rand_newctx()
/src/crypto/openssl/crypto/evp/ !
H A Devp_rand.c343 const OSSL_DISPATCH *parent_dispatch = NULL; in EVP_RAND_CTX_new() local