Searched refs:random_harvest_queue (Results 1 – 18 of 18) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | random.h | 99 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/ |
| HD | octeon_rnd.c | 129 random_harvest_queue(sc->sc_entropy, sizeof sc->sc_entropy, in octeon_rnd_harvest()
|
| /NextBSD/sys/dev/virtio/random/ |
| HD | virtio_random.c | 218 random_harvest_queue(&value, sizeof(value), sizeof(value) * NBBY / 2, in vtrnd_harvest()
|
| /NextBSD/sys/ufs/ffs/ |
| HD | ffs_inode.c | 151 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/ |
| HD | rndtest.c | 150 random_harvest_queue(buf, len, len*NBBY/2, RANDOM_PURE_RNDTEST); in rndtest_harvest()
|
| /NextBSD/sys/dev/vt/ |
| HD | vt_sysmouse.c | 142 random_harvest_queue(mi, sizeof *mi, 2, RANDOM_MOUSE); in sysmouse_process_event()
|
| HD | vt_core.c | 778 random_harvest_queue(&c, sizeof(c), 1, RANDOM_KEYBOARD); in vt_processkey()
|
| /NextBSD/sys/dev/random/ |
| HD | random_harvestq.c | 410 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/ |
| HD | kern_intr.c | 897 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/ |
| HD | ng_iface.c | 708 random_harvest_queue(m, sizeof(*m), 2, RANDOM_NET_NG); in ng_iface_rcvdata()
|
| /NextBSD/sys/dev/glxsb/ |
| HD | glxsb.c | 480 random_harvest_queue(&value, sizeof(value), 32/2, RANDOM_PURE_GLXSB); in glxsb_rnd()
|
| /NextBSD/sys/dev/syscons/ |
| HD | scmouse.c | 669 random_harvest_queue(mouse, sizeof(mouse_info_t), 2, RANDOM_MOUSE); in sc_mouse_ioctl()
|
| HD | syscons.c | 3414 random_harvest_queue(&c, sizeof(c), 1, RANDOM_KEYBOARD); in scgetc()
|
| /NextBSD/sys/net/ |
| HD | if_tun.c | 909 random_harvest_queue(m, sizeof(*m), 2, RANDOM_NET_TUN); in tunwrite()
|
| /NextBSD/sys/fs/tmpfs/ |
| HD | tmpfs_subr.c | 1762 random_harvest_queue(node, sizeof(*node), 1, RANDOM_FS_ATIME); in tmpfs_itimes()
|
| /NextBSD/sys/dev/safe/ |
| HD | safe.c | 215 random_harvest_queue(buf, count, count*NBBY/2, RANDOM_PURE_SAFE); in default_harvest()
|
| /NextBSD/sys/dev/hifn/ |
| HD | hifn7751.c | 262 random_harvest_queue(buf, count, count*NBBY/2, RANDOM_PURE_HIFN); in default_harvest()
|
| /NextBSD/sys/dev/ubsec/ |
| HD | ubsec.c | 263 random_harvest_queue(buf, count, count*NBBY/2, RANDOM_PURE_UBSEC); in default_harvest()
|