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

/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Drandom.h20 void random_init(const char *entropy_file);
H A Drandom.c428 void random_init(const char *entropy_file) argument
431 if (entropy_file)
432 random_entropy_file = os_strdup(entropy_file);
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dmain.c338 const char *entropy_file)
357 random_init(entropy_file);
647 const char *entropy_file = NULL; local
702 entropy_file = optarg;
800 if (hostapd_global_init(&interfaces, entropy_file)) {
337 hostapd_global_init(struct hapd_interfaces *interfaces, const char *entropy_file) argument
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dmain.c234 params.entropy_file = optarg;
H A Dwpa_supplicant_i.h226 * entropy_file - Optional entropy file
231 char *entropy_file; member in struct:wpa_params
H A Dwpa_supplicant.c6473 random_init(params->entropy_file);
/netbsd-current/usr.sbin/sysinst/
H A Dmsg.entropy.pl87 message entropy_file
H A Dutil.c1133 char entropy_file[PATH_MAX]; variable
1233 strcpy(entropy_file, use_netbsd_seed ?
1251 make_url(url, &server, entropy_file);
1276 entropy_file[0] != 0) {
1281 sprintf(path, "%s/%s", mountpt, entropy_file);
1301 entropy_file[0] != 0) {
1306 sprintf(path, "%s/%s", mountpt, entropy_file);
H A Ddefs.h628 extern char entropy_file[PATH_MAX];

Completed in 180 milliseconds