Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ldns/
Dkeys.c49 { LDNS_SIGN_HMACSHA1, "hmac-sha1" },
620 alg = LDNS_SIGN_HMACSHA1; in ldns_key_new_frm_fp_l()
627 alg = LDNS_SIGN_HMACSHA1; in ldns_key_new_frm_fp_l()
677 case LDNS_SIGN_HMACSHA1: in ldns_key_new_frm_fp_l()
1227 case LDNS_SIGN_HMACSHA1: in ldns_key_new_frm_algorithm()
1845 case LDNS_SIGN_HMACSHA1: in ldns_key2rr()
2037 case LDNS_SIGN_HMACSHA1: in ldns_key2rr()
Dlibdns.vim376 syn keyword ldnsConstant LDNS_SIGN_HMACSHA1
Dhost2str.c2200 case LDNS_SIGN_HMACSHA1: in ldns_key2buffer_str()
/freebsd-12-stable/contrib/ldns/ldns/
Dkeys.h108 LDNS_SIGN_HMACSHA1 = 158, /* not official! This type is for TSIG, not DNSSEC */ enumerator