Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ldns/
HDkeys.c41 { LDNS_SIGN_HMACSHA1, "hmac-sha1" },
421 alg = LDNS_SIGN_HMACSHA1; in ldns_key_new_frm_fp_l()
460 case LDNS_SIGN_HMACSHA1: in ldns_key_new_frm_fp_l()
875 case LDNS_SIGN_HMACSHA1: in ldns_key_new_frm_algorithm()
1397 case LDNS_SIGN_HMACSHA1: in ldns_key2rr()
1544 case LDNS_SIGN_HMACSHA1: in ldns_key2rr()
HDlibdns.vim376 syn keyword ldnsConstant LDNS_SIGN_HMACSHA1
HDhost2str.c2298 case LDNS_SIGN_HMACSHA1: in ldns_key2buffer_str()
/freebsd-11-stable/contrib/ldns/ldns/
HDkeys.h92 LDNS_SIGN_HMACSHA1 = 158, /* not official! This type is for TSIG, not DNSSEC */ enumerator