Lines Matching refs:state
49 int state; member
116 s->state = EVP_RAND_STATE_ERROR; in get_jitter_random_value()
137 s->state = EVP_RAND_STATE_UNINITIALISED; in jitter_new()
158 s->state = EVP_RAND_STATE_ERROR; in jitter_instantiate()
162 s->state = EVP_RAND_STATE_READY; in jitter_instantiate()
170 s->state = EVP_RAND_STATE_UNINITIALISED; in jitter_uninstantiate()
184 if (s->state != EVP_RAND_STATE_READY) { in jitter_generate()
186 s->state == EVP_RAND_STATE_ERROR ? PROV_R_IN_ERROR_STATE in jitter_generate()
216 if (s->state != EVP_RAND_STATE_READY) { in jitter_reseed()
218 s->state == EVP_RAND_STATE_ERROR ? PROV_R_IN_ERROR_STATE in jitter_reseed()
231 if (p != NULL && !OSSL_PARAM_set_int(p, s->state)) in jitter_get_ctx_params()