Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c820 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0; in check_host_key() local
861 if (!want_cert && options.check_host_ip) { in check_host_key()
871 want_cert = key_is_cert(host_key); in check_host_key()
886 if (!want_cert && ip_hostkeys != NULL) { in check_host_key()
901 host, type, want_cert ? "certificate" : "key"); in check_host_key()
902 debug("Found %s in %s:%lu", want_cert ? "CA key" : "key", in check_host_key()
904 if (want_cert && !check_host_cert(hostname, host_key)) in check_host_key()
907 if (readonly || want_cert) in check_host_key()
945 if (readonly || want_cert) in check_host_key()
1052 if (want_cert) { in check_host_key()
[all …]
Dhostfile.c348 int want_cert = sshkey_is_cert(k); in check_hostkeys_by_key_or_type() local
349 HostkeyMarker want_marker = want_cert ? MRK_CA : MRK_NONE; in check_hostkeys_by_key_or_type()
371 if (want_cert) { in check_hostkeys_by_key_or_type()