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

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshconnect2.c331 int userprovided; member in struct:identity
717 id->userprovided ? " explicit" : "", note,
1570 do_log2(id->userprovided ?
1744 id->userprovided = options.identity_file_userprovided[i];
1767 id->userprovided = options.certificate_file_userprovided[i];
H A Dreadconf.c498 add_certificate_file(Options *options, const char *path, int userprovided) argument
508 if (options->certificate_file_userprovided[i] == userprovided &&
516 userprovided;
523 int userprovided)
539 if (options->identity_file_userprovided[i] == userprovided &&
548 userprovided;
522 add_identity_file(Options *options, const char *dir, const char *filename, int userprovided) argument
H A Dservconf.c289 ServerOptions *options, const char *path, int userprovided)
295 &options->num_host_key_files, apath, userprovided);
288 servconf_add_hostkey(const char *file, const int line, ServerOptions *options, const char *path, int userprovided) argument

Completed in 218 milliseconds