Lines Matching defs:want_cert
1004 int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0;
1062 if (!want_cert && options.check_host_ip) {
1082 want_cert = sshkey_is_cert(host_key);
1105 if (!want_cert && ip_hostkeys != NULL) {
1120 host, type, want_cert ? "certificate" : "key");
1121 debug("Found %s in %s:%lu", want_cert ? "CA key" : "key",
1123 if (want_cert) {
1158 if (readonly || want_cert)
1198 if (readonly || want_cert)
1312 if (want_cert) {
1478 if (want_cert && host_status != HOST_REVOKED) {