Symbol: EVP_RAND_STATE_UNINITIALISED
crypto/openssl/apps/list.c
457
case EVP_RAND_STATE_UNINITIALISED:
crypto/openssl/fuzz/fuzz_rand.c
31
*st = EVP_RAND_STATE_UNINITIALISED;
crypto/openssl/fuzz/fuzz_rand.c
53
*(int *)vrng = EVP_RAND_STATE_UNINITIALISED;
crypto/openssl/providers/implementations/rands/drbg.c
374
if (drbg->state != EVP_RAND_STATE_UNINITIALISED) {
crypto/openssl/providers/implementations/rands/drbg.c
475
drbg->state = EVP_RAND_STATE_UNINITIALISED;
crypto/openssl/providers/implementations/rands/drbg.c
500
if (drbg->state == EVP_RAND_STATE_UNINITIALISED) {
crypto/openssl/providers/implementations/rands/drbg.c
643
if (drbg->state == EVP_RAND_STATE_UNINITIALISED) {
crypto/openssl/providers/implementations/rands/drbg.c
733
if (drbg->state == EVP_RAND_STATE_UNINITIALISED)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
197
crngt->state = EVP_RAND_STATE_UNINITIALISED;
crypto/openssl/providers/implementations/rands/fips_crng_test.c
248
crngt->state = EVP_RAND_STATE_UNINITIALISED;
crypto/openssl/providers/implementations/rands/seed_src.c
60
s->state = EVP_RAND_STATE_UNINITIALISED;
crypto/openssl/providers/implementations/rands/seed_src.c
84
s->state = EVP_RAND_STATE_UNINITIALISED;
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
136
s->state = EVP_RAND_STATE_UNINITIALISED;
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
170
s->state = EVP_RAND_STATE_UNINITIALISED;
crypto/openssl/providers/implementations/rands/test_rng.c
103
t->state = EVP_RAND_STATE_UNINITIALISED;
crypto/openssl/providers/implementations/rands/test_rng.c
65
t->state = EVP_RAND_STATE_UNINITIALISED;
crypto/openssl/test/evp_test.c
3777
EVP_RAND_STATE_UNINITIALISED))
crypto/openssl/test/testutil/fake_random.c
41
r->state = EVP_RAND_STATE_UNINITIALISED;
crypto/openssl/test/testutil/fake_random.c
66
frng->state = EVP_RAND_STATE_UNINITIALISED;