Home
last modified time | relevance | path

Searched refs:random_harvest_direct (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Drandom.h137 random_harvest_direct(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct() function
/freebsd/sys/dev/random/
H A Drandom_harvestq.c202random_harvest_direct(harvest_context.hc_entropy_fast_accumulator.buf + i, sizeof(harvest_context.… in random_kthread()
300 random_harvest_direct(entropy, n, rrs->rrs_source->rs_source); in random_sources_feed()
/freebsd/sys/dev/vmgenc/
H A Dvmgenc_acpi.c89 random_harvest_direct(p, nbytes, RANDOM_PURE_VMGENID); in vmgenc_harvest_all()
/freebsd/share/man/man9/
H A DMakefile1887 MLINKS+=random_harvest.9 random_harvest_direct.9 \
/freebsd/sys/kern/
H A Dsubr_bus.c2640 random_harvest_direct(&attachentropy, sizeof(attachentropy), RANDOM_ATTACH); in device_attach()