Lines Matching defs:want_cert
935 int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0;
993 if (!want_cert && options.check_host_ip) {
1013 want_cert = sshkey_is_cert(host_key);
1036 if (!want_cert && ip_hostkeys != NULL) {
1051 host, type, want_cert ? "certificate" : "key");
1052 debug("Found %s in %s:%lu", want_cert ? "CA key" : "key",
1054 if (want_cert) {
1089 if (readonly || want_cert)
1129 if (readonly || want_cert)
1243 if (want_cert) {
1408 if (want_cert && host_status != HOST_REVOKED) {