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

/freebsd-10.0-release/crypto/openssh/
H A Dsshconnect.c760 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0; local
800 if (!want_cert && options.check_host_ip) {
810 want_cert = key_is_cert(host_key);
825 if (!want_cert && ip_hostkeys != NULL) {
840 host, type, want_cert ? "certificate" : "key");
841 debug("Found %s in %s:%lu", want_cert ? "CA key" : "key",
843 if (want_cert && !check_host_cert(hostname, host_key))
846 if (readonly || want_cert)
880 if (readonly || want_cert)
983 if (want_cert) {
[all...]
H A Dhostfile.c383 int want_cert = key_is_cert(k); local
384 HostkeyMarker want_marker = want_cert ? MRK_CA : MRK_NONE;
406 if (want_cert) {

Completed in 109 milliseconds