Home
last modified time | relevance | path

Searched refs:EVP_RAND_STATE_UNINITIALISED (Results 1 – 10 of 10) sorted by relevance

/openssl/fuzz/
H A Dfuzz_rand.c31 *st = EVP_RAND_STATE_UNINITIALISED; in fuzz_rand_newctx()
53 *(int *)vrng = EVP_RAND_STATE_UNINITIALISED; in fuzz_rand_uninstantiate()
/openssl/providers/implementations/rands/
H A Dseed_src.c60 s->state = EVP_RAND_STATE_UNINITIALISED; in seed_src_new()
84 s->state = EVP_RAND_STATE_UNINITIALISED; in seed_src_uninstantiate()
H A Ddrbg.c379 if (drbg->state != EVP_RAND_STATE_UNINITIALISED) { in ossl_prov_drbg_instantiate()
483 drbg->state = EVP_RAND_STATE_UNINITIALISED; in ossl_prov_drbg_uninstantiate()
508 if (drbg->state == EVP_RAND_STATE_UNINITIALISED) { in ossl_prov_drbg_reseed_unlocked()
651 if (drbg->state == EVP_RAND_STATE_UNINITIALISED) { in ossl_prov_drbg_generate()
741 if (drbg->state == EVP_RAND_STATE_UNINITIALISED) in rand_drbg_restart()
H A Dtest_rng.c64 t->state = EVP_RAND_STATE_UNINITIALISED; in test_rng_new()
102 t->state = EVP_RAND_STATE_UNINITIALISED; in test_rng_uninstantiate()
/openssl/test/testutil/
H A Dfake_random.c41 r->state = EVP_RAND_STATE_UNINITIALISED; in fake_rand_newctx()
66 frng->state = EVP_RAND_STATE_UNINITIALISED; in fake_rand_uninstantiate()
/openssl/doc/man3/
H A DEVP_RAND.pod17 EVP_RAND_gettable_params, EVP_RAND_STATE_UNINITIALISED, EVP_RAND_STATE_READY,
71 #define EVP_RAND_STATE_UNINITIALISED 0
219 EVP_RAND_STATE_UNINITIALISED: this RNG is currently uninitialised.
/openssl/util/
H A Dother.syms372 EVP_RAND_STATE_UNINITIALISED define
/openssl/apps/
H A Dlist.c447 case EVP_RAND_STATE_UNINITIALISED: in display_random()
/openssl/include/openssl/
H A Devp.h1297 # define EVP_RAND_STATE_UNINITIALISED 0 macro
/openssl/test/
H A Devp_test.c2935 EVP_RAND_STATE_UNINITIALISED)) in rand_test_run()

Completed in 126 milliseconds