Home
last modified time | relevance | path

Searched refs:DRBG_ERROR (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/rand/
Ddrbg_lib.c142 drbg->state = DRBG_ERROR; in RAND_DRBG_set()
311 drbg->state == DRBG_ERROR ? RAND_R_IN_ERROR_STATE in RAND_DRBG_instantiate()
316 drbg->state = DRBG_ERROR; in RAND_DRBG_instantiate()
385 drbg->state = DRBG_ERROR; in RAND_DRBG_uninstantiate()
413 if (drbg->state == DRBG_ERROR) { in RAND_DRBG_reseed()
429 drbg->state = DRBG_ERROR; in RAND_DRBG_reseed()
489 drbg->state = DRBG_ERROR; in rand_drbg_restart()
500 drbg->state = DRBG_ERROR; in rand_drbg_restart()
506 drbg->state = DRBG_ERROR; in rand_drbg_restart()
518 drbg->state = DRBG_ERROR; in rand_drbg_restart()
[all …]
Drand_local.h97 DRBG_ERROR enumerator
/third_party/openssl/test/
Ddrbgtest.c596 int expected_state = (expect_success ? DRBG_READY : DRBG_ERROR); in test_drbg_reseed()