Lines Matching refs:state
47 int state; member
112 s->state = EVP_RAND_STATE_ERROR; in get_jitter_random_value()
133 s->state = EVP_RAND_STATE_UNINITIALISED; in jitter_new()
154 s->state = EVP_RAND_STATE_ERROR; in jitter_instantiate()
158 s->state = EVP_RAND_STATE_READY; in jitter_instantiate()
166 s->state = EVP_RAND_STATE_UNINITIALISED; in jitter_uninstantiate()
180 if (s->state != EVP_RAND_STATE_READY) { in jitter_generate()
182 s->state == EVP_RAND_STATE_ERROR ? PROV_R_IN_ERROR_STATE in jitter_generate()
212 if (s->state != EVP_RAND_STATE_READY) { in jitter_reseed()
214 s->state == EVP_RAND_STATE_ERROR ? PROV_R_IN_ERROR_STATE in jitter_reseed()
227 if (p != NULL && !OSSL_PARAM_set_int(p, s->state)) in jitter_get_ctx_params()