Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect2.c256 int userprovided; member
1237 (id->userprovided ? logit : debug3)("no such identity: %s: %s", in load_identity_file()
1329 id->userprovided = options.identity_file_userprovided[i]; in pubkey_prepare()
1342 id->userprovided = options.certificate_file_userprovided[i]; in pubkey_prepare()
1433 id->userprovided ? ", explicit" : "", in pubkey_prepare()
Dreadconf.c410 add_certificate_file(Options *options, const char *path, int userprovided) in add_certificate_file() argument
420 if (options->certificate_file_userprovided[i] == userprovided && in add_certificate_file()
428 userprovided; in add_certificate_file()
435 int userprovided) in add_identity_file() argument
451 if (options->identity_file_userprovided[i] == userprovided && in add_identity_file()
460 userprovided; in add_identity_file()