Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h163 u_int num_authkeys_files; /* Files containing public keys */ member
224 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
Dservconf.c153 options->num_authkeys_files = 0; in initialize_server_options()
318 if (options->num_authkeys_files == 0) { in fill_default_server_options()
319 options->authorized_keys_files[options->num_authkeys_files++] = in fill_default_server_options()
321 options->authorized_keys_files[options->num_authkeys_files++] = in fill_default_server_options()
1548 if (*activep && options->num_authkeys_files == 0) { in process_server_config_line()
1550 if (options->num_authkeys_files >= in process_server_config_line()
1556 options->num_authkeys_files++] = in process_server_config_line()
2329 dump_cfg_strarray_oneline(sAuthorizedKeysFile, o->num_authkeys_files, in dump_config()
Dauth2-pubkey.c1109 for (i = 0; !success && i < options.num_authkeys_files; i++) { in user_key_allowed()