Searched refs:sc_rnd (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | ualea.c | 50 krndsource_t sc_rnd; member 148 rndsource_setcb(&sc->sc_rnd, ualea_get, sc); in ualea_attach() 149 rnd_attach_source(&sc->sc_rnd, device_xname(self), RND_TYPE_RNG, in ualea_attach() 160 rnd_detach_source(&sc->sc_rnd); in ualea_detach() 264 rnd_add_data(&sc->sc_rnd, pkt, pktsize, NBBY*pktsize); in ualea_xfer_done()
|
| /netbsd/src/sys/dev/ic/ |
| D | tpmvar.h | 97 struct krndsource sc_rnd; member
|
| D | tpm.c | 612 rnd_add_data(&sc->sc_rnd, response.bytes, nbytes, entropybits); in tpm12_rng() 750 rnd_add_data(&sc->sc_rnd, response.bytes, nbytes, entropybits); in tpm20_rng() 844 rndsource_setcb(&sc->sc_rnd, tpm_rng_get, sc); in tpm_tis12_init() 845 rnd_attach_source(&sc->sc_rnd, device_xname(sc->sc_dev), in tpm_tis12_init()
|