Searched refs:randomdev_keystream (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/random/ |
| H A D | fortuna.c | 569 randomdev_keystream(p_key, p_counter, buf, bytecount); in random_fortuna_genbytes() 594 randomdev_keystream(p_key, p_counter, buf, chunk_size); in random_fortuna_genbytes() 611 randomdev_keystream(p_key, p_counter, newkey, in random_fortuna_genbytes() 649 randomdev_keystream(p_key, p_counter, remainder_buf, in random_fortuna_genbytes() 658 randomdev_keystream(p_key, p_counter, newkey, RANDOM_KEYSIZE); in random_fortuna_genbytes() 733 randomdev_keystream(&fortuna_state.fs_key, &fortuna_state.fs_counter, in random_fortuna_read_concurrent()
|
| H A D | hash.h | 66 void randomdev_keystream(union randomdev_key *context, uint128_t *, void *, size_t);
|
| H A D | hash.c | 134 randomdev_keystream(union randomdev_key *context, uint128_t *ctr, in randomdev_keystream() function
|
| /freebsd-14.2/tests/sys/devrandom/ |
| H A D | uint128_test.c | 266 randomdev_keystream(&context, &a, trash, sizeof(trash)); in ATF_TC_BODY()
|