Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDservconf.h207 u_int num_authkeys_files; /* Files containing public keys */ member
299 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
HDservconf.c189 options->num_authkeys_files = 0; in initialize_server_options()
456 if (options->num_authkeys_files == 0) { in fill_default_server_options()
459 &options->num_authkeys_files, in fill_default_server_options()
463 &options->num_authkeys_files, in fill_default_server_options()
2118 found = options->num_authkeys_files == 0; in process_server_config_line_depth()
2136 options->num_authkeys_files = nstrs; in process_server_config_line_depth()
3244 dump_cfg_strarray_oneline(sAuthorizedKeysFile, o->num_authkeys_files, in dump_config()
HDauth2-pubkey.c778 for (i = 0; !success && i < options.num_authkeys_files; i++) { in user_key_allowed()