Searched refs:entropy_pos (Results 1 – 1 of 1) sorted by relevance
49 size_t entropy_len, entropy_pos, nonce_len; member92 t->entropy_pos = 0; in test_rng_instantiate()102 t->entropy_pos = 0; in test_rng_uninstantiate()140 if (t->entropy_len - t->entropy_pos < outlen) in test_rng_generate()143 memcpy(out, t->entropy + t->entropy_pos, outlen); in test_rng_generate()144 t->entropy_pos += outlen; in test_rng_generate()246 t->entropy_pos = 0; in test_rng_set_ctx_params()
Completed in 5 milliseconds