Searched refs:num_authkeys_files (Results 1 – 4 of 4) sorted by relevance
154 u_int num_authkeys_files; /* Files containing public keys */ member182 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
133 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()
278 for (i = 0; !allowed && i < options.num_authkeys_files; i++) { in auth_rsa_key_allowed()
451 for (i = 0; !success && i < options.num_authkeys_files; i++) { in user_key_allowed()