Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect.c949 int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0; in check_host_key() local
1007 if (!want_cert && options.check_host_ip) { in check_host_key()
1021 want_cert = sshkey_is_cert(host_key); in check_host_key()
1044 if (!want_cert && ip_hostkeys != NULL) { in check_host_key()
1059 host, type, want_cert ? "certificate" : "key"); in check_host_key()
1060 debug("Found %s in %s:%lu", want_cert ? "CA key" : "key", in check_host_key()
1062 if (want_cert) { in check_host_key()
1097 if (readonly || want_cert) in check_host_key()
1137 if (readonly || want_cert) in check_host_key()
1251 if (want_cert) { in check_host_key()
[all …]
H A Dhostfile.c355 int want_cert = sshkey_is_cert(k); in check_hostkeys_by_key_or_type() local
356 HostkeyMarker want_marker = want_cert ? MRK_CA : MRK_NONE; in check_hostkeys_by_key_or_type()
377 if (want_cert) { in check_hostkeys_by_key_or_type()