Home
last modified time | relevance | path

Searched refs:EVP_RAND_STATE_UNINITIALISED (Results 1 – 12 of 12) 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 Dseed_src_jitter.c133 s->state = EVP_RAND_STATE_UNINITIALISED; in jitter_new()
166 s->state = EVP_RAND_STATE_UNINITIALISED; in jitter_uninstantiate()
H A Ddrbg.c373 if (drbg->state != EVP_RAND_STATE_UNINITIALISED) { in ossl_prov_drbg_instantiate()
477 drbg->state = EVP_RAND_STATE_UNINITIALISED; in ossl_prov_drbg_uninstantiate()
502 if (drbg->state == EVP_RAND_STATE_UNINITIALISED) { in ossl_prov_drbg_reseed_unlocked()
645 if (drbg->state == EVP_RAND_STATE_UNINITIALISED) { in ossl_prov_drbg_generate()
735 if (drbg->state == EVP_RAND_STATE_UNINITIALISED) in rand_drbg_restart()
H A Dtest_rng.c65 t->state = EVP_RAND_STATE_UNINITIALISED; in test_rng_new()
103 t->state = EVP_RAND_STATE_UNINITIALISED; in test_rng_uninstantiate()
H A Dfips_crng_test.c197 crngt->state = EVP_RAND_STATE_UNINITIALISED; in crng_test_new()
248 crngt->state = EVP_RAND_STATE_UNINITIALISED; in crng_test_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.c450 case EVP_RAND_STATE_UNINITIALISED: in display_random()
/openssl/include/openssl/
H A Devp.h1305 # define EVP_RAND_STATE_UNINITIALISED 0 macro
/openssl/test/
H A Devp_test.c3544 EVP_RAND_STATE_UNINITIALISED)) in rand_test_run()

Completed in 65 milliseconds