Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h154 u_int num_authkeys_files; /* Files containing public keys */ member
182 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
Dservconf.c133 options->num_authkeys_files = 0; in initialize_server_options()
270 if (options->num_authkeys_files == 0) { in fill_default_server_options()
271 options->authorized_keys_files[options->num_authkeys_files++] = in fill_default_server_options()
273 options->authorized_keys_files[options->num_authkeys_files++] = in fill_default_server_options()
1246 if (*activep && options->num_authkeys_files == 0) { in process_server_config_line()
1248 if (options->num_authkeys_files >= in process_server_config_line()
1254 options->num_authkeys_files++] = in process_server_config_line()
1780 dump_cfg_strarray_oneline(sAuthorizedKeysFile, o->num_authkeys_files, in dump_config()
Dauth-rsa.c278 for (i = 0; !allowed && i < options.num_authkeys_files; i++) { in auth_rsa_key_allowed()
Dauth2-pubkey.c451 for (i = 0; !success && i < options.num_authkeys_files; i++) { in user_key_allowed()