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.c115 const struct random_source *rrs_source; member
283 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()
305 random_harvest_direct(entropy, n, rrs->rrs_source->rs_source); in random_sources_feed()
921 rrs->rrs_source = rsource; in random_source_register()
943 if (rrs->rrs_source == rsource) { in random_source_deregister()
971 sbuf_cat(&sbuf, rrs->rrs_source->rs_ident); in random_source_handler()