Searched refs:num_authkeys_files (Results 1 – 4 of 4) sorted by relevance
161 u_int num_authkeys_files; /* Files containing public keys */ member218 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
144 options->num_authkeys_files = 0; in initialize_server_options()294 if (options->num_authkeys_files == 0) { in fill_default_server_options()295 options->authorized_keys_files[options->num_authkeys_files++] = in fill_default_server_options()297 options->authorized_keys_files[options->num_authkeys_files++] = in fill_default_server_options()1448 if (*activep && options->num_authkeys_files == 0) { in process_server_config_line()1450 if (options->num_authkeys_files >= in process_server_config_line()1456 options->num_authkeys_files++] = in process_server_config_line()2099 dump_cfg_strarray_oneline(sAuthorizedKeysFile, o->num_authkeys_files, in dump_config()
286 for (i = 0; !allowed && i < options.num_authkeys_files; i++) { in auth_rsa_key_allowed()
669 for (i = 0; !success && i < options.num_authkeys_files; i++) { in user_key_allowed()