Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDservconf.h161 u_int num_authkeys_files; /* Files containing public keys */ member
218 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
HDservconf.c144 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()
HDauth-rsa.c286 for (i = 0; !allowed && i < options.num_authkeys_files; i++) { in auth_rsa_key_allowed()
HDauth2-pubkey.c669 for (i = 0; !success && i < options.num_authkeys_files; i++) { in user_key_allowed()