Home
last modified time | relevance | path

Searched refs:randomdev_encrypt (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/random/
H A Dhash.h62 void randomdev_encrypt(struct randomdev_key *context, const void *, void *, u_int);
H A Dyarrow.c314 randomdev_encrypt(&yarrow_state.ys_key, &yarrow_state.ys_counter, &temp, RANDOM_BLOCKSIZE); in random_yarrow_reseed_internal()
353 randomdev_encrypt(&yarrow_state.ys_key, &yarrow_state.ys_counter, temp + i, RANDOM_BLOCKSIZE); in random_yarrow_generator_gate()
390 randomdev_encrypt(&yarrow_state.ys_key, &yarrow_state.ys_counter, buf, RANDOM_BLOCKSIZE); in random_yarrow_read()
H A Dhash.c104 randomdev_encrypt(struct randomdev_key *context, const void *d_in, void *d_out, u_int length) in randomdev_encrypt() function

Completed in 2 milliseconds