Home
last modified time | relevance | path

Searched refs:rs_read (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/sys/dev/random/
H A Ddarn.c62 .rs_read = random_darn_read
H A Drandomdev.h103 random_source_read_t *rs_read; member
H A Darmv8rng.c50 .rs_read = random_rndr_read,
H A Dnehemiah.c50 .rs_read = random_nehemiah_read
H A Divy.c57 .rs_read = random_ivy_read
H A Drandom_harvestq.c285 n = rrs->rrs_source->rs_read(entropy, sizeof(entropy)); in random_sources_feed()
286 KASSERT((n <= sizeof(entropy)), ("%s: rs_read returned too much data (%u > %zu)", __func__, n, sizeof(entropy))); in random_sources_feed()
/freebsd-src/sys/dev/qcom_rnd/
H A Dqcom_rnd.c69 .rs_read = qcom_rnd_read,
/freebsd-src/sys/dev/virtio/random/
H A Dvirtio_random.c83 .rs_read = vtrnd_read,
/freebsd-src/sys/crypto/ccp/
H A Dccp.c85 .rs_read = random_ccp_read,