Home
last modified time | relevance | path

Searched refs:LDNS_EDE_RRSIGS_MISSING (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ldns/ldns/
H A Dedns.h63 LDNS_EDE_RRSIGS_MISSING = 10, enumerator
/freebsd/contrib/unbound/sldns/
H A Drrdef.h458 LDNS_EDE_RRSIGS_MISSING = 10, enumerator
H A Dwire2str.c216 { LDNS_EDE_RRSIGS_MISSING, "RRSIGs Missing" },
/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c643 *reason_bogus = LDNS_EDE_RRSIGS_MISSING; in dnskeyset_verify_rrset()
725 *reason_bogus = LDNS_EDE_RRSIGS_MISSING; in dnskey_verify_rrset()
H A Dvalidator.c2004 errinf_ede(qstate, "no signatures", LDNS_EDE_RRSIGS_MISSING); in processFindKey()
2007 update_reason_bogus(vq->chase_reply, LDNS_EDE_RRSIGS_MISSING); in processFindKey()
2182 errinf_ede(qstate, "no signatures", LDNS_EDE_RRSIGS_MISSING); in processValidate()
2185 update_reason_bogus(vq->chase_reply, LDNS_EDE_RRSIGS_MISSING); in processValidate()
/freebsd/contrib/ldns/
H A Dhost2str.c2488 case LDNS_EDE_RRSIGS_MISSING: in ldns_edns_ede2buffer_str()