Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/sysinst/
H A Dmenus.entropy67 option {src_legend(menu, MSG_entropy_file, entropy_file);},
68 action { src_prompt(MSG_set_entropy_file, entropy_file, sizeof entropy_file); };
84 option {src_legend(menu, MSG_entropy_path_and_file, entropy_file);},
86 entropy_file, sizeof entropy_file); };
130 option {src_legend(menu, MSG_entropy_path_and_file, entropy_file);},
131 action { src_prompt(MSG_entropy_path_and_file, entropy_file, sizeof entropy_file);};
H A Dutil.c1133 char entropy_file[PATH_MAX]; variable
1233 strcpy(entropy_file, use_netbsd_seed ? in entropy_get_file()
1251 make_url(url, &server, entropy_file); in entropy_get_file()
1276 entropy_file[0] != 0) { in entropy_get_file()
1281 sprintf(path, "%s/%s", mountpt, entropy_file); in entropy_get_file()
1301 entropy_file[0] != 0) { in entropy_get_file()
1306 sprintf(path, "%s/%s", mountpt, entropy_file); in entropy_get_file()
H A Dmsg.entropy.pl87 message entropy_file
H A Dmsg.entropy.en87 message entropy_file
H A Dmsg.entropy.de88 message entropy_file
H A Dmsg.entropy.es87 message entropy_file
H A Dmsg.entropy.fr87 message entropy_file
H A Ddefs.h628 extern char entropy_file[PATH_MAX];
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Drandom.h20 void random_init(const char *entropy_file);