Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Ddarn.c62 .rs_read = random_darn_read
H A Darmv8rng.c50 .rs_read = random_rndr_read,
H A Drandomdev.h105 random_source_read_t *rs_read; member
H A Dnehemiah.c50 .rs_read = random_nehemiah_read
H A Divy.c57 .rs_read = random_ivy_read
H A Drandom_harvestq.c283 if (rrs->rrs_source->rs_read == NULL) { in random_sources_feed()
287 n = rrs->rrs_source->rs_read(entropy, sizeof(entropy)); in random_sources_feed()
/freebsd/sys/dev/psci/
H A Dsmccc_trng.c64 .rs_read = trng_read,
/freebsd/sys/dev/qcom_rnd/
H A Dqcom_rnd.c69 .rs_read = qcom_rnd_read,
/freebsd/sys/dev/virtio/random/
H A Dvirtio_random.c83 .rs_read = vtrnd_read,
/freebsd/sys/crypto/ccp/
H A Dccp.c85 .rs_read = random_ccp_read,