Searched refs:entropy_file (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Drandom.h20 void random_init(const char *entropy_file);
H A Drandom.c402 void random_init(const char *entropy_file) argument
405 if (entropy_file)
406 random_entropy_file = os_strdup(entropy_file);
/freebsd-11.0-release/etc/rc.d/
H A Drandom70 case ${entropy_file:=/entropy} in
74 feed_dev_random "${entropy_file}" /var/db/entropy-file
75 save_dev_random "${entropy_file}"
95 case ${entropy_file:=/entropy} in
100 rm -f ${entropy_file} 2> /dev/null
103 if touch ${entropy_file} 2> /dev/null; then
104 entropy_file_confirmed="${entropy_file}"
/freebsd-11.0-release/contrib/wpa/hostapd/
H A Dmain.c315 const char *entropy_file)
333 random_init(entropy_file);
567 const char *entropy_file = NULL; local
606 entropy_file = optarg;
687 if (hostapd_global_init(&interfaces, entropy_file)) {
314 hostapd_global_init(struct hapd_interfaces *interfaces, const char *entropy_file) argument
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dmain.c209 params.entropy_file = optarg;
H A Dwpa_supplicant_i.h213 * entropy_file - Optional entropy file
218 char *entropy_file; member in struct:wpa_params
H A Dwpa_supplicant.c4887 random_init(params->entropy_file);
/freebsd-11.0-release/etc/defaults/
H A Drc.conf664 entropy_file="/entropy" # Set to NO to disable late (used when going multi-user)

Completed in 138 milliseconds