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

  /src/external/mpl/bind/dist/bin/confgen/
keygen.c 61 return DST_ALG_HMACSHA384;
83 case DST_ALG_HMACSHA384:
114 case DST_ALG_HMACSHA384:
  /src/external/mpl/bind/dist/lib/dns/
dst_parse.h 92 #define TAG_HMACSHA384_KEY ((DST_ALG_HMACSHA384 << TAG_SHIFT) + 0)
93 #define TAG_HMACSHA384_BITS ((DST_ALG_HMACSHA384 << TAG_SHIFT) + 1)
dst_parse.c 368 case DST_ALG_HMACSHA384:
702 case DST_ALG_HMACSHA384:
tsig.c 105 { &hmacsha384, DST_ALG_HMACSHA384 },
119 alg == DST_ALG_HMACSHA384 || alg == DST_ALG_HMACSHA512;
1584 case DST_ALG_HMACSHA384:
dst_api.c 216 CHECK(dst__hmacsha384_init(&dst_t_func[DST_ALG_HMACSHA384]));
1475 case DST_ALG_HMACSHA384:
1934 case DST_ALG_HMACSHA384:
2759 case DST_ALG_HMACSHA384:
hmac_link.c 458 return DST_ALG_HMACSHA384;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_parse.h 99 #define TAG_HMACSHA384_KEY ((DST_ALG_HMACSHA384 << TAG_SHIFT) + 0)
100 #define TAG_HMACSHA384_BITS ((DST_ALG_HMACSHA384 << TAG_SHIFT) + 1)
tsec.c 75 case DST_ALG_HMACSHA384:
dst_parse.c 389 case DST_ALG_HMACSHA384:
734 case DST_ALG_HMACSHA384:
hmac_link.c 449 return (DST_ALG_HMACSHA384);
dst_api.c 210 RETERR(dst__hmacsha384_init(&dst_t_func[DST_ALG_HMACSHA384]));
1475 case DST_ALG_HMACSHA384:
1989 case DST_ALG_HMACSHA384:
tsig.c 122 { &hmacsha384, DST_ALG_HMACSHA384 },
141 alg == DST_ALG_HMACSHA384 || alg == DST_ALG_HMACSHA512);
dnssec.c 1487 case DST_ALG_HMACSHA384:
  /src/external/mpl/bind/dist/lib/isccc/include/isccc/
cc.h 57 #define ISCCC_ALG_HMACSHA384 DST_ALG_HMACSHA384
  /src/external/mpl/dhcp/dist/omapip/
isclib.c 355 algorithm_code = DST_ALG_HMACSHA384;
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
dst.h 105 #define DST_ALG_HMACSHA384 164 /* XXXMPA */
  /src/external/mpl/bind/dist/lib/dns/include/dst/
dst.h 112 DST_ALG_HMACSHA384 = 164, /* XXXMPA */
  /src/external/mpl/bind/dist/tests/dns/
tsig_test.c 507 assert_true(dns__tsig_algvalid(DST_ALG_HMACSHA384));
  /src/external/mpl/bind/dist/bin/named/
config.c 974 { "hmac-sha384", hmacsha384, DST_ALG_HMACSHA384, 384 },
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 1071 hmac_alg = DST_ALG_HMACSHA384;
1073 hmac_alg = DST_ALG_HMACSHA384;
1182 case DST_ALG_HMACSHA384:
  /src/external/mpl/bind/dist/bin/nsupdate/
nsupdate.c 445 *hmac_alg = DST_ALG_HMACSHA384;
447 *hmac_alg = DST_ALG_HMACSHA384;
665 case DST_ALG_HMACSHA384:

Completed in 51 milliseconds