Searched refs:randomdev_encrypt (Results 1 - 3 of 3) sorted by relevance
| /third_party/FreeBSD/sys/dev/random/ |
| H A D | hash.h | 62 void randomdev_encrypt(struct randomdev_key *context, const void *, void *, u_int);
|
| H A D | yarrow.c | 314 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 D | hash.c | 104 randomdev_encrypt(struct randomdev_key *context, const void *d_in, void *d_out, u_int length) in randomdev_encrypt() function
|
Completed in 2 milliseconds