HomeSort by: relevance | last modified time | path
    Searched refs:DST_ALG_HMACSHA256 (Results 1 - 24 of 24) sorted by relevancy

  /src/external/mpl/bind/dist/bin/confgen/
keygen.c 58 return DST_ALG_HMACSHA256;
81 case DST_ALG_HMACSHA256:
108 case DST_ALG_HMACSHA256:
rndc-confgen.c 121 alg = DST_ALG_HMACSHA256;
tsig-keygen.c 96 dns_secalg_t alg = DST_ALG_HMACSHA256;
  /src/external/mpl/bind/dist/lib/dns/
dst_parse.h 88 #define TAG_HMACSHA256_KEY ((DST_ALG_HMACSHA256 << TAG_SHIFT) + 0)
89 #define TAG_HMACSHA256_BITS ((DST_ALG_HMACSHA256 << TAG_SHIFT) + 1)
dst_parse.c 366 case DST_ALG_HMACSHA256:
699 case DST_ALG_HMACSHA256:
tsig.c 104 { &hmacsha256, DST_ALG_HMACSHA256 },
118 alg == DST_ALG_HMACSHA224 || alg == DST_ALG_HMACSHA256 ||
1582 case DST_ALG_HMACSHA256:
dst_api.c 215 CHECK(dst__hmacsha256_init(&dst_t_func[DST_ALG_HMACSHA256]));
1472 case DST_ALG_HMACSHA256:
1933 case DST_ALG_HMACSHA256:
2757 case DST_ALG_HMACSHA256:
hmac_link.c 456 return DST_ALG_HMACSHA256;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_parse.h 95 #define TAG_HMACSHA256_KEY ((DST_ALG_HMACSHA256 << TAG_SHIFT) + 0)
96 #define TAG_HMACSHA256_BITS ((DST_ALG_HMACSHA256 << TAG_SHIFT) + 1)
tsec.c 72 case DST_ALG_HMACSHA256:
dst_parse.c 387 case DST_ALG_HMACSHA256:
731 case DST_ALG_HMACSHA256:
hmac_link.c 447 return (DST_ALG_HMACSHA256);
dst_api.c 209 RETERR(dst__hmacsha256_init(&dst_t_func[DST_ALG_HMACSHA256]));
1472 case DST_ALG_HMACSHA256:
1988 case DST_ALG_HMACSHA256:
tsig.c 121 { &hmacsha256, DST_ALG_HMACSHA256 },
140 alg == DST_ALG_HMACSHA224 || alg == DST_ALG_HMACSHA256 ||
dnssec.c 1486 case DST_ALG_HMACSHA256:
  /src/external/mpl/bind/dist/lib/isccc/include/isccc/
cc.h 56 #define ISCCC_ALG_HMACSHA256 DST_ALG_HMACSHA256
  /src/external/mpl/bind/dist/tests/dns/
tsig_test.c 287 result = dns_tsigkey_create(keyname, DST_ALG_HMACSHA256, secret,
506 assert_true(dns__tsig_algvalid(DST_ALG_HMACSHA256));
  /src/external/mpl/dhcp/dist/omapip/
isclib.c 353 algorithm_code = DST_ALG_HMACSHA256;
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
dst.h 104 #define DST_ALG_HMACSHA256 163 /* XXXMPA */
  /src/external/mpl/bind/dist/fuzz/
dns_message_checksig.c 206 result = dns_tsigkey_create(name, DST_ALG_HMACSHA256, secret,
  /src/external/mpl/bind/dist/lib/dns/include/dst/
dst.h 111 DST_ALG_HMACSHA256 = 163, /* XXXMPA */
  /src/external/mpl/bind/dist/bin/named/
config.c 973 { "hmac-sha256", hmacsha256, DST_ALG_HMACSHA256, 256 },
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 1066 hmac_alg = DST_ALG_HMACSHA256;
1068 hmac_alg = DST_ALG_HMACSHA256;
1181 case DST_ALG_HMACSHA256:
  /src/external/mpl/bind/dist/bin/nsupdate/
nsupdate.c 435 *hmac_alg = DST_ALG_HMACSHA256;
437 *hmac_alg = DST_ALG_HMACSHA256;
664 case DST_ALG_HMACSHA256:

Completed in 43 milliseconds