Searched refs:random_harvest (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Drandom.h61 void random_harvest(void *, u_int, u_int, enum esource);
/freebsd-10.0-release/sys/dev/random/
H A Dharvest.c89 random_harvest(void *entropy, u_int count, u_int bits, enum esource origin) function
/freebsd-10.0-release/sys/mips/cavium/
H A Docteon_rnd.c128 random_harvest(sc->sc_entropy, sizeof sc->sc_entropy,
/freebsd-10.0-release/sys/dev/rndtest/
H A Drndtest.c155 random_harvest(buf, len, len*NBBY/2, RANDOM_PURE_RNDTEST);
/freebsd-10.0-release/sys/kern/
H A Dkern_intr.c904 random_harvest(&entropy, sizeof(entropy), 2,
1058 random_harvest(&entropy, sizeof(entropy), 2,
1149 random_harvest(&entropy, sizeof(entropy), 1,
H A Dsubr_bus.c2808 random_harvest(&attachtime, sizeof(attachtime), 4, RANDOM_ATTACH);
/freebsd-10.0-release/sys/netgraph/
H A Dng_iface.c778 random_harvest(&(m->m_data), 12, 2, RANDOM_NET_NG);
/freebsd-10.0-release/sys/dev/glxsb/
H A Dglxsb.c479 random_harvest(&value, 4, 32/2, RANDOM_PURE_GLXSB);
/freebsd-10.0-release/sys/dev/syscons/
H A Dscmouse.c669 random_harvest(mouse, sizeof(mouse_info_t), 2, RANDOM_MOUSE);
H A Dsyscons.c3403 random_harvest(&c, sizeof(c), 1, RANDOM_KEYBOARD);
/freebsd-10.0-release/sys/net/
H A Dif_ethersubr.c643 random_harvest(&(m->m_data), 12, 2, RANDOM_NET_ETHER);
H A Dif_tun.c921 random_harvest(&(m->m_data), 12, 2, RANDOM_NET_TUN);
/freebsd-10.0-release/share/man/man9/
H A DMakefile225 random_harvest.9 \
/freebsd-10.0-release/sys/dev/safe/
H A Dsafe.c214 random_harvest(buf, count, count*NBBY/2, RANDOM_PURE_SAFE);
/freebsd-10.0-release/sys/dev/hifn/
H A Dhifn7751.c261 random_harvest(buf, count, count*NBBY/2, RANDOM_PURE_HIFN);
/freebsd-10.0-release/sys/dev/ubsec/
H A Dubsec.c262 random_harvest(buf, count, count*NBBY/2, RANDOM_PURE_UBSEC);

Completed in 188 milliseconds