Searched refs:rndsource_setcb (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/sys/rump/librump/rumpkern/
H A Dhyperentropy.c66 rndsource_setcb(&rndsrc, &feedrandom, NULL);
/netbsd-current/sys/dev/ic/
H A Damdccp.c48 rndsource_setcb(&sc->sc_rndsource, amdccp_rnd_callback, sc);
H A Drng200.c106 rndsource_setcb(&sc->sc_rndsource, rng200_get, sc);
H A Dtpm.c844 rndsource_setcb(&sc->sc_rnd, tpm_rng_get, sc);
/netbsd-current/sys/sys/
H A Drndsource.h87 void rndsource_setcb(struct krndsource *, void (*)(size_t, void *), void *);
/netbsd-current/sys/arch/mips/ingenic/
H A Dingenic_rng.c99 rndsource_setcb(&sc->sc_rndsource, ingenic_rng_get, sc);
/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_rng.c103 rndsource_setcb(&sc->sc_rndsource, meson_rng_get, sc);
/netbsd-current/sys/arch/arm/ti/
H A Dti_rng.c115 rndsource_setcb(&sc->sc_rndsource, ti_rng_callback, sc);
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_rng.c123 rndsource_setcb(&sc->sc_rndsource, &bcmrng_get, sc);
/netbsd-current/sys/arch/x86/x86/
H A Dcpu_rng.c298 rndsource_setcb(&cpu_rng_source, cpu_rng_get, NULL);
/netbsd-current/sys/kern/
H A Dkern_clock.c286 rndsource_setcb(&hardclockrnd.source, clockrnd_get, &hardclockrnd);
290 rndsource_setcb(&statclockrnd.source, clockrnd_get,
H A Dkern_entropy.c1751 * rndsource_setcb(rs, get, getarg)
1757 rndsource_setcb(struct krndsource *rs, void (*get)(size_t, void *), function
1769 * rndsource_setcb, if any, and before any calls to rnd_add_data.
/netbsd-current/sys/dev/pci/
H A Damdpm.c198 rndsource_setcb(&sc->sc_rnd_source,
H A Dviornd.c200 rndsource_setcb(&sc->sc_rndsource, viornd_get, sc);
H A Dhifn7751.c612 rndsource_setcb(&sc->sc_rnd_source, hifn_rng_get, sc);
H A Dubsec.c492 rndsource_setcb(&sc->sc_rnd_source, ubsec_rng_get, sc);
/netbsd-current/sys/dev/usb/
H A Dualea.c148 rndsource_setcb(&sc->sc_rnd, ualea_get, sc);
/netbsd-current/sys/arch/mips/cavium/dev/
H A Docteon_rnm.c215 rndsource_setcb(&sc->sc_rndsrc, octrnm_rng, sc);
/netbsd-current/sys/arch/arm/rockchip/
H A Drk_v1crypto.c265 rndsource_setcb(&sc->sc_rndsource, rk_v1crypto_rng_get, sc);
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dcpu.c657 rndsource_setcb(&rndrrs_source, rndrrs_get, NULL);
/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra124_car.c919 rndsource_setcb(&sc->sc_rndsource, tegra124_car_rnd_callback, sc);
/netbsd-current/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c1352 rndsource_setcb(&rng->cr_rndsource, sun8i_crypto_rng_get, sc);

Completed in 219 milliseconds