Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/random/
H A Drandomdev.h96 struct random_source { struct
104 struct random_source *rrs_source; argument
110 void random_source_register(struct random_source *);
111 void random_source_deregister(struct random_source *);
H A Divy.c54 static struct random_source random_ivy = {
H A Ddarn.c62 static struct random_source random_darn = {
H A Dnehemiah.c52 static struct random_source random_nehemiah = {
H A Drandomdev.c340 random_source_register(struct random_source *rsource) in random_source_register()
356 random_source_deregister(struct random_source *rsource) in random_source_deregister()
/freebsd-12.1/usr.bin/sort/
H A Dsort.c68 static const char *random_source = DEFAULT_RANDOM_SORT_SEED_FILE; variable
915 if (strcmp(random_source, DEFAULT_RANDOM_SORT_SEED_FILE) == 0) { in set_random_seed()
921 fseed = openfile(random_source, "r"); in set_random_seed()
935 closefile(fseed, random_source); in set_random_seed()
948 b = MD5File(random_source, NULL); in set_random_seed()
1127 random_source = strdup(optarg); in main()
/freebsd-12.1/sys/crypto/ccp/
H A Dccp.c83 static struct random_source random_ccp = {