Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDrandom.h99 void random_harvest_queue(const void *, u_int, u_int, enum random_entropy_source);
103 #define random_harvest_queue(a, b, c, d) do {} while (0) macro
/NextBSD/sys/mips/cavium/
HDocteon_rnd.c129 random_harvest_queue(sc->sc_entropy, sizeof sc->sc_entropy, in octeon_rnd_harvest()
/NextBSD/sys/dev/virtio/random/
HDvirtio_random.c218 random_harvest_queue(&value, sizeof(value), sizeof(value) * NBBY / 2, in vtrnd_harvest()
/NextBSD/sys/ufs/ffs/
HDffs_inode.c151 random_harvest_queue(&(ip->i_din1), sizeof(ip->i_din1), 1, RANDOM_FS_ATIME);
156 random_harvest_queue(&(ip->i_din2), sizeof(ip->i_din2), 1, RANDOM_FS_ATIME);
/NextBSD/sys/dev/rndtest/
HDrndtest.c150 random_harvest_queue(buf, len, len*NBBY/2, RANDOM_PURE_RNDTEST); in rndtest_harvest()
/NextBSD/sys/dev/vt/
HDvt_sysmouse.c142 random_harvest_queue(mi, sizeof *mi, 2, RANDOM_MOUSE); in sysmouse_process_event()
HDvt_core.c778 random_harvest_queue(&c, sizeof(c), 1, RANDOM_KEYBOARD); in vt_processkey()
/NextBSD/sys/dev/random/
HDrandom_harvestq.c410 random_harvest_queue(const void *entropy, u_int size, u_int bits, enum random_entropy_source origin) in random_harvest_queue() function
/NextBSD/sys/kern/
HDkern_intr.c897 random_harvest_queue(&entropy, sizeof(entropy), 2, RANDOM_INTERRUPT); in intr_event_schedule_thread()
1058 random_harvest_queue(&entropy, sizeof(entropy), 2, RANDOM_INTERRUPT); in intr_event_schedule_thread()
1149 random_harvest_queue(&entropy, sizeof(entropy), 1, RANDOM_SWI); in swi_sched()
/NextBSD/sys/netgraph/
HDng_iface.c708 random_harvest_queue(m, sizeof(*m), 2, RANDOM_NET_NG); in ng_iface_rcvdata()
/NextBSD/sys/dev/glxsb/
HDglxsb.c480 random_harvest_queue(&value, sizeof(value), 32/2, RANDOM_PURE_GLXSB); in glxsb_rnd()
/NextBSD/sys/dev/syscons/
HDscmouse.c669 random_harvest_queue(mouse, sizeof(mouse_info_t), 2, RANDOM_MOUSE); in sc_mouse_ioctl()
HDsyscons.c3414 random_harvest_queue(&c, sizeof(c), 1, RANDOM_KEYBOARD); in scgetc()
/NextBSD/sys/net/
HDif_tun.c909 random_harvest_queue(m, sizeof(*m), 2, RANDOM_NET_TUN); in tunwrite()
/NextBSD/sys/fs/tmpfs/
HDtmpfs_subr.c1762 random_harvest_queue(node, sizeof(*node), 1, RANDOM_FS_ATIME); in tmpfs_itimes()
/NextBSD/sys/dev/safe/
HDsafe.c215 random_harvest_queue(buf, count, count*NBBY/2, RANDOM_PURE_SAFE); in default_harvest()
/NextBSD/sys/dev/hifn/
HDhifn7751.c262 random_harvest_queue(buf, count, count*NBBY/2, RANDOM_PURE_HIFN); in default_harvest()
/NextBSD/sys/dev/ubsec/
HDubsec.c263 random_harvest_queue(buf, count, count*NBBY/2, RANDOM_PURE_UBSEC); in default_harvest()