Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshconnect.c942 int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0; in check_host_key() local
989 if (!want_cert && options.check_host_ip) { in check_host_key()
1003 want_cert = sshkey_is_cert(host_key); in check_host_key()
1026 if (!want_cert && ip_hostkeys != NULL) { in check_host_key()
1041 host, type, want_cert ? "certificate" : "key"); in check_host_key()
1042 debug("Found %s in %s:%lu", want_cert ? "CA key" : "key", in check_host_key()
1044 if (want_cert) { in check_host_key()
1079 if (readonly || want_cert) in check_host_key()
1119 if (readonly || want_cert) in check_host_key()
1233 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()