Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandomdev.h100 struct random_source { struct
106 void random_source_register(struct random_source *); argument
107 void random_source_deregister(struct random_source *);
H A Darmv8rng.c47 static struct random_source random_armv8_rndr = {
H A Ddarn.c59 static struct random_source random_darn = {
H A Drandom_harvestq.c111 struct random_source *rrs_source;
632 random_source_register(struct random_source *rsource) in random_source_register()
651 random_source_deregister(struct random_source *rsource) in random_source_deregister()
H A Dnehemiah.c47 static struct random_source random_nehemiah = {
H A Divy.c54 static struct random_source random_ivy = {
/freebsd/usr.bin/sort/
H A Dsort.c910 get_random_seed(const char *random_source) in get_random_seed() argument
920 if (random_source == NULL) { in get_random_seed()
926 rsfd = open(random_source, O_RDONLY | O_CLOEXEC); in get_random_seed()
928 err(EX_NOINPUT, "open: %s", random_source); in get_random_seed()
955 random_source); in get_random_seed()
957 errx(EX_SOFTWARE, "short read from %s", random_source); in get_random_seed()
986 char *random_source = NULL; in main() local
1144 random_source = strdup(optarg); in main()
1239 get_random_seed(random_source); in main()
/freebsd/sys/dev/psci/
H A Dsmccc_trng.c61 static struct random_source random_trng = {
/freebsd/sys/dev/qcom_rnd/
H A Dqcom_rnd.c66 static struct random_source random_qcom_rnd = {
/freebsd/sys/dev/virtio/random/
H A Dvirtio_random.c80 static struct random_source random_vtrnd = {
/freebsd/sys/crypto/ccp/
H A Dccp.c82 static struct random_source random_ccp = {