Searched refs:randomdev_keystream (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/random/
H A Dhash.h66 void randomdev_keystream(union randomdev_key *context, uint128_t *, void *, size_t);
H A Dfortuna.c570 randomdev_keystream(p_key, p_counter, buf, bytecount);
595 randomdev_keystream(p_key, p_counter, buf, chunk_size);
612 randomdev_keystream(p_key, p_counter, newkey,
650 randomdev_keystream(p_key, p_counter, remainder_buf,
659 randomdev_keystream(p_key, p_counter, newkey, RANDOM_KEYSIZE);
729 * 'randomdev_keystream()' will step the fs_counter 'C' appropriately
734 randomdev_keystream(&fortuna_state.fs_key, &fortuna_state.fs_counter,
H A Dhash.c134 randomdev_keystream(union randomdev_key *context, uint128_t *ctr, function
/freebsd-current/tests/sys/devrandom/
H A Duint128_test.c265 randomdev_keystream(&context, &a, trash, sizeof(trash));

Completed in 100 milliseconds