Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandom_harvestq.c116 const struct random_source *rrs_source; member
284 if (rrs->rrs_source->rs_read == NULL) { in random_sources_feed()
288 n = rrs->rrs_source->rs_read(entropy, sizeof(entropy)); in random_sources_feed()
306 random_harvest_direct(entropy, n, rrs->rrs_source->rs_source); in random_sources_feed()
922 rrs->rrs_source = rsource; in random_source_register()
944 if (rrs->rrs_source == rsource) { in random_source_deregister()
972 sbuf_cat(&sbuf, rrs->rrs_source->rs_ident); in random_source_handler()