Home
last modified time | relevance | path

Searched refs:randomdev_encrypt_init (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/dev/random/
H A Dfortuna.c430 randomdev_encrypt_init(&fortuna_state.fs_key, hash); in random_fortuna_reseed_internal()
613 randomdev_encrypt_init(p_key, newkey); in random_fortuna_genbytes()
659 randomdev_encrypt_init(p_key, newkey); in random_fortuna_genbytes()
735 randomdev_encrypt_init(&fortuna_state.fs_key, newkey); in random_fortuna_read_concurrent()
H A Dhash.h65 void randomdev_encrypt_init(union randomdev_key *, const void *);
H A Dhash.c114 randomdev_encrypt_init(union randomdev_key *context, const void *data) in randomdev_encrypt_init() function
/freebsd-14.2/tests/sys/devrandom/
H A Duint128_test.c259 randomdev_encrypt_init(&context, notrandomkey); in ATF_TC_BODY()