Home
last modified time | relevance | path

Searched refs:DST_ALG_HMACSHA256 (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/mpl/bind/dist/bin/confgen/
H A Dkeygen.c53 case DST_ALG_HMACSHA256: in alg_totext()
84 return (DST_ALG_HMACSHA256); in alg_fromtext()
107 case DST_ALG_HMACSHA256: in alg_bits()
134 case DST_ALG_HMACSHA256: in generate_key()
H A Drndc-confgen.c121 alg = DST_ALG_HMACSHA256; in main()
H A Dddns-confgen.c102 dns_secalg_t alg = DST_ALG_HMACSHA256; in main()
/netbsd/external/mpl/bind/dist/lib/dns/
H A Ddst_parse.h95 #define TAG_HMACSHA256_KEY ((DST_ALG_HMACSHA256 << TAG_SHIFT) + 0)
96 #define TAG_HMACSHA256_BITS ((DST_ALG_HMACSHA256 << TAG_SHIFT) + 1)
H A Dtsec.c72 case DST_ALG_HMACSHA256: in dns_tsec_create()
H A Ddst_parse.c387 case DST_ALG_HMACSHA256: in check_data()
731 case DST_ALG_HMACSHA256: in dst__privstruct_writefile()
H A Dhmac_link.c447 return (DST_ALG_HMACSHA256); in hmac__to_dst_alg()
H A Ddst_api.c208 RETERR(dst__hmacsha256_init(&dst_t_func[DST_ALG_HMACSHA256])); in dst_lib_init()
1464 case DST_ALG_HMACSHA256: in dst_key_sigsize()
1980 case DST_ALG_HMACSHA256: in issymmetric()
H A Dtsig.c121 { &hmacsha256, DST_ALG_HMACSHA256 },
140 alg == DST_ALG_HMACSHA224 || alg == DST_ALG_HMACSHA256 || in dns__tsig_algvalid()
H A Ddnssec.c1486 case DST_ALG_HMACSHA256: in dns_dnssec_findmatchingkeys()
/netbsd/external/mpl/bind/dist/lib/dns/tests/
H A Dtsig_test.c493 assert_true(dns__tsig_algvalid(DST_ALG_HMACSHA256)); in algvalid_test()
512 DST_ALG_HMACSHA256); in algfromname_test()
/netbsd/external/mpl/dhcp/dist/omapip/
H A Disclib.c353 algorithm_code = DST_ALG_HMACSHA256; in isclib_make_dst_key()
/netbsd/external/mpl/bind/dist/lib/dns/include/dst/
H A Ddst.h104 #define DST_ALG_HMACSHA256 163 /* XXXMPA */ macro
/netbsd/external/mpl/bind/dist/bin/named/
H A Dconfig.c1016 { "hmac-sha256", hmacsha256, DST_ALG_HMACSHA256, 256 },
H A Dmain.c521 case DST_ALG_HMACSHA256: in dst_hmac_algorithm_totext()
/netbsd/external/mpl/bind/dist/bin/nsupdate/
H A Dnsupdate.c676 case DST_ALG_HMACSHA256: in setup_keyfile()
/netbsd/external/mpl/bind/dist/bin/dig/
H A Ddighost.c1219 case DST_ALG_HMACSHA256: in setup_file_key()