Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ldns/
HDkeys.c39 { LDNS_SIGN_DSA_NSEC3, "DSA-NSEC3-SHA1" },
361 alg = LDNS_SIGN_DSA_NSEC3; in ldns_key_new_frm_fp_l()
448 case LDNS_SIGN_DSA_NSEC3: in ldns_key_new_frm_fp_l()
859 case LDNS_SIGN_DSA_NSEC3: in ldns_key_new_frm_algorithm()
1466 case LDNS_SIGN_DSA_NSEC3: in ldns_key2rr()
1691 {LDNS_SIGN_DSA_NSEC3, "NSEC3DSA"}, in ldns_get_signing_algorithm_by_name()
1694 {LDNS_SIGN_DSA_NSEC3, "DSA_NSEC3" }, in ldns_get_signing_algorithm_by_name()
HDrr_functions.c281 case LDNS_SIGN_DSA_NSEC3: in ldns_rr_dnskey_key_size_raw()
HDlibdns.vim371 syn keyword ldnsConstant LDNS_SIGN_DSA_NSEC3
HDhost2str.c2144 case LDNS_SIGN_DSA_NSEC3: in ldns_key2buffer_str()
2150 } else if (ldns_key_algorithm(k) == LDNS_SIGN_DSA_NSEC3) { in ldns_key2buffer_str()
HDdnssec_sign.c126 case LDNS_SIGN_DSA_NSEC3: in ldns_sign_public_buffer()
/freebsd-11-stable/contrib/ldns/ldns/
HDkeys.h87 LDNS_SIGN_DSA_NSEC3 = LDNS_DSA_NSEC3, enumerator