Home
last modified time | relevance | path

Searched refs:random_harvest_queue (Results 1 – 18 of 18) sorted by relevance

/freebsd-14-stable/sys/sys/
HDrandom.h120 random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue() function
153 #define random_harvest_queue_ether(a, b) random_harvest_queue(a, b, RANDOM_NET_ETHER)
/freebsd-14-stable/sys/dev/tpm/
HDtpm20.c292 random_harvest_queue(entropy, entropy_size, RANDOM_PURE_TPM); in tpm20_harvest()
/freebsd-14-stable/sys/dev/rndtest/
HDrndtest.c146 random_harvest_queue(buf, len, RANDOM_PURE_RNDTEST); in rndtest_harvest()
/freebsd-14-stable/sys/ufs/ffs/
HDffs_inode.c198 random_harvest_queue(&(ip->i_din1), sizeof(ip->i_din1), RANDOM_FS_ATIME); in ffs_update()
207 random_harvest_queue(&(ip->i_din2), sizeof(ip->i_din2), RANDOM_FS_ATIME); in ffs_update()
/freebsd-14-stable/sys/dev/vt/
HDvt_sysmouse.c217 random_harvest_queue(mi, sizeof *mi, RANDOM_MOUSE); in sysmouse_process_event()
HDvt_core.c877 random_harvest_queue(&c, sizeof(c), RANDOM_KEYBOARD); in vt_processkey()
/freebsd-14-stable/sys/arm/broadcom/bcm2835/
HDbcm2835_rng.c317 random_harvest_queue(sc_buf_chunk, size, RANDOM_PURE_BROADCOM); in bcm2835_rng_enqueue_harvest()
/freebsd-14-stable/sys/kern/
HDkern_intr.c976 random_harvest_queue(&entropy, sizeof(entropy), RANDOM_INTERRUPT); in intr_event_schedule_thread()
1080 random_harvest_queue(&entropy, sizeof(entropy), RANDOM_SWI); in swi_sched()
HDkern_timeout.c550 random_harvest_queue(&entropy, sizeof(entropy), RANDOM_CALLOUT); in callout_process()
/freebsd-14-stable/sys/dev/glxsb/
HDglxsb.c457 random_harvest_queue(&value, sizeof(value), RANDOM_PURE_GLXSB); in glxsb_rnd()
/freebsd-14-stable/sys/netgraph/
HDng_iface.c724 random_harvest_queue(m, sizeof(*m), RANDOM_NET_NG); in ng_iface_rcvdata()
/freebsd-14-stable/sys/dev/syscons/
HDscmouse.c669 random_harvest_queue(mouse, sizeof(mouse_info_t), RANDOM_MOUSE); in sc_mouse_ioctl()
HDsyscons.c3796 random_harvest_queue(&c, sizeof(c), RANDOM_KEYBOARD); in scgetc()
/freebsd-14-stable/sys/net/
HDif_tuntap.c1884 random_harvest_queue(m, sizeof(*m), RANDOM_NET_TUN); in tunwrite_l3()
/freebsd-14-stable/sys/dev/safe/
HDsafe.c215 random_harvest_queue(buf, count, RANDOM_PURE_SAFE); in default_harvest()
/freebsd-14-stable/sys/fs/tmpfs/
HDtmpfs_subr.c2340 random_harvest_queue(node, sizeof(*node), RANDOM_FS_ATIME); in tmpfs_itimes()
/freebsd-14-stable/sys/dev/hifn/
HDhifn7751.c265 random_harvest_queue(buf, count, RANDOM_PURE_HIFN); in default_harvest()
/freebsd-14-stable/share/man/man9/
HDMakefile1881 random_harvest.9 random_harvest_queue.9