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

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

Completed in 45 milliseconds