Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drandom.h121 random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue() function
151 #define random_harvest_queue_ether(a, b) random_harvest_queue(a, b, RANDOM_NET_ETHER)
/freebsd/sys/dev/rndtest/
H A Drndtest.c145 random_harvest_queue(buf, len, RANDOM_PURE_RNDTEST); in rndtest_harvest()
/freebsd/sys/ufs/ffs/
H A Dffs_inode.c196 random_harvest_queue(&(ip->i_din1), sizeof(ip->i_din1), RANDOM_FS_ATIME); in ffs_update()
205 random_harvest_queue(&(ip->i_din2), sizeof(ip->i_din2), RANDOM_FS_ATIME); in ffs_update()
/freebsd/sys/dev/vt/
H A Dvt_sysmouse.c225 random_harvest_queue(mi, sizeof *mi, RANDOM_MOUSE); in sysmouse_process_event()
H A Dvt_core.c881 random_harvest_queue(&c, sizeof(c), RANDOM_KEYBOARD); in vt_processkey()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_rng.c317 random_harvest_queue(sc_buf_chunk, size, RANDOM_PURE_BROADCOM); in bcm2835_rng_enqueue_harvest()
/freebsd/sys/dev/tpm/
H A Dtpm20.c437 random_harvest_queue(entropy, entropy_size, RANDOM_PURE_TPM); in tpm20_harvest()
/freebsd/sys/dev/glxsb/
H A Dglxsb.c456 random_harvest_queue(&value, sizeof(value), RANDOM_PURE_GLXSB); in glxsb_rnd()
/freebsd/sys/netgraph/
H A Dng_iface.c722 random_harvest_queue(m, sizeof(*m), RANDOM_NET_NG); in ng_iface_rcvdata()
/freebsd/sys/dev/syscons/
H A Dscmouse.c669 random_harvest_queue(mouse, sizeof(mouse_info_t), RANDOM_MOUSE); in sc_mouse_ioctl()
H A Dsyscons.c3796 random_harvest_queue(&c, sizeof(c), RANDOM_KEYBOARD); in scgetc()
/freebsd/sys/kern/
H A Dkern_intr.c984 random_harvest_queue(&entropy, sizeof(entropy), RANDOM_INTERRUPT); in intr_event_schedule_thread()
H A Dkern_timeout.c546 random_harvest_queue(&entropy, sizeof(entropy), RANDOM_CALLOUT); in callout_process()
/freebsd/sys/dev/safe/
H A Dsafe.c215 random_harvest_queue(buf, count, RANDOM_PURE_SAFE); in default_harvest()
/freebsd/sys/net/
H A Dif_tuntap.c2035 random_harvest_queue(m, sizeof(*m), RANDOM_NET_TUN); in tunwrite_l3()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c2376 random_harvest_queue(node, sizeof(*node), RANDOM_FS_ATIME); in tmpfs_itimes()
/freebsd/share/man/man9/
H A DMakefile1922 random_harvest.9 random_harvest_queue.9