Searched refs:random_harvest_queue (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | random.h | 119 random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue() function 142 #define random_harvest_queue(a, b, c) do {} while (0) macro 157 #define random_harvest_queue_ether(a, b) random_harvest_queue(a, b, RANDOM_NET_ETHER)
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_rnd.c | 130 random_harvest_queue(sc->sc_entropy, sizeof sc->sc_entropy, RANDOM_PURE_OCTEON); in octeon_rnd_harvest()
|
| /f-stack/lib/ |
| H A D | ff_compat.c | 307 random_harvest_queue(const void *entropy, u_int size,
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_rng.c | 293 random_harvest_queue(sc->sc_buf, cnt, RANDOM_PURE_BROADCOM); in bcm2835_rng_harvest()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_intr.c | 972 random_harvest_queue(&entropy, sizeof(entropy), RANDOM_INTERRUPT); in intr_event_schedule_thread() 1065 random_harvest_queue(&entropy, sizeof(entropy), RANDOM_SWI); in swi_sched()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_iface.c | 729 random_harvest_queue(m, sizeof(*m), RANDOM_NET_NG); in ng_iface_rcvdata()
|
| /f-stack/freebsd/net/ |
| H A D | if_tuntap.c | 1825 random_harvest_queue(m, sizeof(*m), RANDOM_NET_TUN); in tunwrite_l3()
|