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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.c418 add_certificate_file(Options *options, const char *path, int userprovided) argument
428 if (options->certificate_file_userprovided[i] == userprovided &&
436 userprovided;
443 int userprovided)
459 if (options->identity_file_userprovided[i] == userprovided &&
468 userprovided;
442 add_identity_file(Options *options, const char *dir, const char *filename, int userprovided) argument
H A Dsshconnect2.c259 int userprovided; member in struct:identity
601 id->userprovided ? " explicit" : "",
1389 (id->userprovided ? logit : debug3)("no such identity: %s: %s",
1508 id->userprovided = options.identity_file_userprovided[i];
1521 id->userprovided = options.certificate_file_userprovided[i];

Completed in 107 milliseconds