Searched refs:entropy_file (Results 1 – 9 of 9) sorted by relevance
73 case ${entropy_file:=/entropy} in77 feed_dev_random "${entropy_file}" /var/db/entropy-file78 save_dev_random "${entropy_file}"98 case ${entropy_file:=/entropy} in103 rm -f ${entropy_file} 2> /dev/null106 if touch ${entropy_file} 2> /dev/null; then107 entropy_file_confirmed="${entropy_file}"
428 void random_init(const char *entropy_file) in random_init() argument431 if (entropy_file) in random_init()432 random_entropy_file = os_strdup(entropy_file); in random_init()
20 void random_init(const char *entropy_file);
436 const char *entropy_file) in hostapd_global_init() argument455 random_init(entropy_file); in hostapd_global_init()770 const char *entropy_file = NULL; in main() local828 entropy_file = optarg; in main()928 if (hostapd_global_init(&interfaces, entropy_file)) { in main()
234 params.entropy_file = optarg; in main()
237 char *entropy_file; member
8111 random_init(params->entropy_file); in wpa_supplicant_init()
691 entropy_file="/entropy" # Set to NO to disable late (used when going multi-user)
596 entropy_file="NO" # Disable late (used when going multi-user)