Home
last modified time | relevance | path

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

/freebsd/libexec/rc/rc.d/
H A Drandom73 case ${entropy_file:=/entropy} in
77 feed_dev_random "${entropy_file}" /var/db/entropy-file
78 save_dev_random "${entropy_file}"
98 case ${entropy_file:=/entropy} in
103 rm -f ${entropy_file} 2> /dev/null
106 if touch ${entropy_file} 2> /dev/null; then
107 entropy_file_confirmed="${entropy_file}"
/freebsd/contrib/wpa/src/crypto/
H A Drandom.c428 void random_init(const char *entropy_file) in random_init() argument
431 if (entropy_file) in random_init()
432 random_entropy_file = os_strdup(entropy_file); in random_init()
H A Drandom.h20 void random_init(const char *entropy_file);
/freebsd/contrib/wpa/hostapd/
H A Dmain.c436 const char *entropy_file) in hostapd_global_init() argument
455 random_init(entropy_file); in hostapd_global_init()
770 const char *entropy_file = NULL; in main() local
828 entropy_file = optarg; in main()
928 if (hostapd_global_init(&interfaces, entropy_file)) { in main()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmain.c234 params.entropy_file = optarg; in main()
H A Dwpa_supplicant_i.h237 char *entropy_file; member
H A Dwpa_supplicant.c8111 random_init(params->entropy_file); in wpa_supplicant_init()
/freebsd/libexec/rc/
H A Drc.conf691 entropy_file="/entropy" # Set to NO to disable late (used when going multi-user)
/freebsd/tools/tools/nanobsd/
H A Ddefaults.sh596 entropy_file="NO" # Disable late (used when going multi-user)