Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dsshconnect2.c256 int userprovided; member
1198 (id->userprovided ? logit : debug3)("no such identity: %s: %s", in load_identity_file()
1290 id->userprovided = options.identity_file_userprovided[i]; in pubkey_prepare()
1303 id->userprovided = options.certificate_file_userprovided[i]; in pubkey_prepare()
1394 id->userprovided ? ", explicit" : "", in pubkey_prepare()
Dreadconf.c420 add_certificate_file(Options *options, const char *path, int userprovided) in add_certificate_file() argument
430 if (options->certificate_file_userprovided[i] == userprovided && in add_certificate_file()
438 userprovided; in add_certificate_file()
445 int userprovided) in add_identity_file() argument
461 if (options->identity_file_userprovided[i] == userprovided && in add_identity_file()
470 userprovided; in add_identity_file()