Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect2.c312 int userprovided; member
677 id->userprovided ? " explicit" : "", note, in format_identity()
1538 do_log2(id->userprovided ? in load_identity_file()
1715 id->userprovided = options.identity_file_userprovided[i]; in pubkey_prepare()
1738 id->userprovided = options.certificate_file_userprovided[i]; in pubkey_prepare()
H A Dservconf.c249 ServerOptions *options, const char *path, int userprovided) in servconf_add_hostkey() argument
259 &options->num_host_key_files, apath, userprovided); in servconf_add_hostkey()
3314 int r, *userprovided = NULL; in deserialise_hostkeyfile() local
3321 userprovided = xcalloc(n, sizeof(*userprovided)); in deserialise_hostkeyfile()
3325 if ((r = deserialise_s32(buf, userprovided + i)) != 0 || in deserialise_hostkeyfile()
3329 free(userprovided); in deserialise_hostkeyfile()
3334 options->host_key_file_userprovided = userprovided; in deserialise_hostkeyfile()
H A Dreadconf.c454 add_certificate_file(Options *options, const char *path, int userprovided) in add_certificate_file() argument
464 if (options->certificate_file_userprovided[i] == userprovided && in add_certificate_file()
472 userprovided; in add_certificate_file()
479 int userprovided) in add_identity_file() argument
495 if (options->identity_file_userprovided[i] == userprovided && in add_identity_file()
504 userprovided; in add_identity_file()