Searched refs:entropy_file (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/usr.sbin/sysinst/ |
H A D | menus.entropy | 67 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 D | util.c | 1133 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 D | msg.entropy.pl | 87 message entropy_file
|
H A D | msg.entropy.en | 87 message entropy_file
|
H A D | msg.entropy.de | 88 message entropy_file
|
H A D | msg.entropy.es | 87 message entropy_file
|
H A D | msg.entropy.fr | 87 message entropy_file
|
H A D | defs.h | 628 extern char entropy_file[PATH_MAX];
|
/netbsd-src/external/bsd/wpa/dist/src/crypto/ |
H A D | random.h | 20 void random_init(const char *entropy_file);
|