Home
last modified time | relevance | path

Searched refs:LDNS_SIGN_HMACSHA1 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/ldns/
H A Dkeys.c57 { LDNS_SIGN_HMACSHA1, "hmac-sha1" },
583 alg = LDNS_SIGN_HMACSHA1; in ldns_key_new_frm_fp_l()
590 alg = LDNS_SIGN_HMACSHA1; in ldns_key_new_frm_fp_l()
640 case LDNS_SIGN_HMACSHA1: in ldns_key_new_frm_fp_l()
1186 case LDNS_SIGN_HMACSHA1: in ldns_key_new_frm_algorithm()
1832 case LDNS_SIGN_HMACSHA1: in ldns_key2rr()
2020 case LDNS_SIGN_HMACSHA1: in ldns_key2rr()
H A Dhost2str.c3180 case LDNS_SIGN_HMACSHA1: in ldns_key2buffer_str()
/dragonfly/contrib/ldns/ldns/
H A Dkeys.h104 LDNS_SIGN_HMACSHA1 = 158, /* not official! This type is for TSIG, not DNSSEC */ enumerator