Searched refs:DST_ALG_HMACMD5 (Results 1 - 12 of 12) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_parse.h81 #define TAG_HMACMD5_KEY ((DST_ALG_HMACMD5 << TAG_SHIFT) + 0)
82 #define TAG_HMACMD5_BITS ((DST_ALG_HMACMD5 << TAG_SHIFT) + 1)
H A Ddst_parse.c218 if (priv->elements[j].tag == TAG(DST_ALG_HMACMD5, i))
260 case DST_ALG_HMACMD5:
508 case DST_ALG_HMACMD5:
H A Ddst_api.c179 RETERR(dst__hmacmd5_init(&dst_t_func[DST_ALG_HMACMD5]));
893 case DST_ALG_HMACMD5:
1129 case DST_ALG_HMACMD5:
1329 alg == DST_ALG_HMACMD5 || alg == DST_ALG_NSEC3DSA ||
H A Dtsig.c277 if (dstkey != NULL && dst_key_alg(dstkey) != DST_ALG_HMACMD5) {
535 result = dst_key_frombuffer(name, DST_ALG_HMACMD5,
1117 if (alg == DST_ALG_HMACMD5 || alg == DST_ALG_HMACSHA1 ||
H A Dhmac_link.c279 result = dst__privstruct_parse(key, DST_ALG_HMACMD5, lexer, mctx, &priv);
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-keygen.c267 alg = DST_ALG_HMACMD5;
333 case DST_ALG_HMACMD5:
435 (alg == DNS_KEYALG_DH || alg == DST_ALG_HMACMD5 ||
465 case DST_ALG_HMACMD5:
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc-confgen.c260 DO("generate key", dst_key_generate(dns_rootname, DST_ALG_HMACMD5,
/bind-9.6-ESV-R11/lib/dns/include/dst/
H A Ddst.h61 #define DST_ALG_HMACMD5 157 macro
/bind-9.6-ESV-R11/bin/tests/dst/
H A Ddst_test.c287 generate(DST_ALG_HMACMD5, mctx);
H A Dt_dst.c459 generate(DST_ALG_HMACMD5, mctx, 512, &nfails);
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c591 case DST_ALG_HMACMD5:
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c959 case DST_ALG_HMACMD5:

Completed in 49 milliseconds