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

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h179 u_int num_authkeys_files; /* Files containing public keys */ member in struct:__anon6892
250 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
H A Dservconf.c164 options->num_authkeys_files = 0;
397 if (options->num_authkeys_files == 0) {
400 &options->num_authkeys_files,
404 &options->num_authkeys_files,
1828 if (*activep && options->num_authkeys_files == 0) {
1834 &options->num_authkeys_files, arg);
2653 dump_cfg_strarray_oneline(sAuthorizedKeysFile, o->num_authkeys_files,
H A Dauth2-pubkey.c1023 for (i = 0; !success && i < options.num_authkeys_files; i++) {

Completed in 114 milliseconds