Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/random/
H A Divy.c56 .rs_source = RANDOM_PURE_RDRAND,
H A Ddarn.c64 .rs_source = RANDOM_PURE_DARN,
H A Dnehemiah.c54 .rs_source = RANDOM_PURE_NEHEMIAH,
H A Drandomdev.h98 enum random_entropy_source rs_source; member
H A Drandomdev.c349 random_harvest_register_source(rsource->rs_source); in random_source_register()
362 random_harvest_deregister_source(rsource->rs_source); in random_source_deregister()
H A Drandom_harvestq.c236 random_harvest_direct(entropy, n, rrs->rrs_source->rs_source); in random_sources_feed()
/freebsd-12.1/sys/crypto/ccp/
H A Dccp.c85 .rs_source = RANDOM_PURE_CCP,