Home
last modified time | relevance | path

Searched refs:num_host_key_files (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshd.c394 for (i = 0; i < options.num_host_key_files; i++) { in destroy_sensitive_data()
414 for (i = 0; i < options.num_host_key_files; i++) { in demote_sensitive_data()
629 for (i = 0; i < options.num_host_key_files; i++) {
685 for (i = 0; i < options.num_host_key_files; i++) {
735 if (ind < 0 || (u_int)ind >= options.num_host_key_files)
743 if (ind < 0 || (u_int)ind >= options.num_host_key_files)
753 for (i = 0; i < options.num_host_key_files; i++) {
1914 for (i = 0; i < options.num_host_key_files; i++) {
2010 for (i = 0; i < options.num_host_key_files; i++)
2029 for (j = 0; j < options.num_host_key_files; j++) {
[all …]
H A Dservconf.h88 u_int num_host_key_files; /* Number of files for host keys. */ member
H A Dservconf.c104 options->num_host_key_files = 0; in initialize_server_options()
266 &options->num_host_key_files, apath, userprovided); in servconf_add_hostkey()
291 if (options->num_host_key_files == 0) { in fill_default_server_options()
306 if (options->num_host_key_files == 0) in fill_default_server_options()
496 for (i = 0; i < options->num_host_key_files; i++) in fill_default_server_options()
3197 dump_cfg_strarray(sHostKeyFile, o->num_host_key_files, in dump_config()