Symbol: find_call
crypto/openssl/providers/implementations/rands/drbg.c
42
static const OSSL_DISPATCH *find_call(const OSSL_DISPATCH *dispatch,
crypto/openssl/providers/implementations/rands/drbg.c
813
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_ENABLE_LOCKING)) != NULL)
crypto/openssl/providers/implementations/rands/drbg.c
815
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_LOCK)) != NULL)
crypto/openssl/providers/implementations/rands/drbg.c
817
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_UNLOCK)) != NULL)
crypto/openssl/providers/implementations/rands/drbg.c
819
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_GET_CTX_PARAMS)) != NULL)
crypto/openssl/providers/implementations/rands/drbg.c
821
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_NONCE)) != NULL)
crypto/openssl/providers/implementations/rands/drbg.c
823
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_GET_SEED)) != NULL)
crypto/openssl/providers/implementations/rands/drbg.c
825
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_CLEAR_SEED)) != NULL)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
202
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_ENABLE_LOCKING)) != NULL)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
204
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_LOCK)) != NULL)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
206
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_UNLOCK)) != NULL)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
208
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_GETTABLE_CTX_PARAMS)) != NULL)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
210
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_GET_CTX_PARAMS)) != NULL)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
212
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_GET_SEED)) != NULL)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
214
if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_CLEAR_SEED)) != NULL)