Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dsshconnect2.c310 int userprovided; member
675 id->userprovided ? " explicit" : "", note, in format_identity()
1531 do_log2(id->userprovided ? in load_identity_file()
1705 id->userprovided = options.identity_file_userprovided[i]; in pubkey_prepare()
1728 id->userprovided = options.certificate_file_userprovided[i]; in pubkey_prepare()
H A Dreadconf.c466 add_certificate_file(Options *options, const char *path, int userprovided) in add_certificate_file() argument
476 if (options->certificate_file_userprovided[i] == userprovided && in add_certificate_file()
484 userprovided; in add_certificate_file()
491 int userprovided) in add_identity_file() argument
507 if (options->identity_file_userprovided[i] == userprovided && in add_identity_file()
516 userprovided; in add_identity_file()
H A Dservconf.c258 ServerOptions *options, const char *path, int userprovided) in servconf_add_hostkey() argument
266 &options->num_host_key_files, apath, userprovided); in servconf_add_hostkey()