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

  /src/external/mpl/bind/dist/bin/confgen/
keygen.c 53 return DST_ALG_HMACSHA1;
78 case DST_ALG_HMACSHA1:
107 case DST_ALG_HMACSHA1:
  /src/external/mpl/bind/dist/lib/dns/
dst_parse.h 80 #define TAG_HMACSHA1_KEY ((DST_ALG_HMACSHA1 << TAG_SHIFT) + 0)
81 #define TAG_HMACSHA1_BITS ((DST_ALG_HMACSHA1 << TAG_SHIFT) + 1)
dst_parse.c 362 case DST_ALG_HMACSHA1:
693 case DST_ALG_HMACSHA1:
tsig.c 102 { &hmacsha1, DST_ALG_HMACSHA1 },
117 return alg == DST_ALG_HMACMD5 || alg == DST_ALG_HMACSHA1 ||
1573 case DST_ALG_HMACSHA1:
dst_api.c 213 CHECK(dst__hmacsha1_init(&dst_t_func[DST_ALG_HMACSHA1]));
1433 case DST_ALG_HMACSHA1:
1898 case DST_ALG_HMACSHA1:
2720 case DST_ALG_HMACSHA1:
hmac_link.c 452 return DST_ALG_HMACSHA1;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_parse.h 87 #define TAG_HMACSHA1_KEY ((DST_ALG_HMACSHA1 << TAG_SHIFT) + 0)
88 #define TAG_HMACSHA1_BITS ((DST_ALG_HMACSHA1 << TAG_SHIFT) + 1)
tsec.c 66 case DST_ALG_HMACSHA1:
dst_parse.c 383 case DST_ALG_HMACSHA1:
725 case DST_ALG_HMACSHA1:
hmac_link.c 443 return (DST_ALG_HMACSHA1);
dst_api.c 207 RETERR(dst__hmacsha1_init(&dst_t_func[DST_ALG_HMACSHA1]));
1466 case DST_ALG_HMACSHA1:
1986 case DST_ALG_HMACSHA1:
tsig.c 119 { &hmacsha1, DST_ALG_HMACSHA1 },
139 return (alg == DST_ALG_HMACMD5 || alg == DST_ALG_HMACSHA1 ||
dnssec.c 1484 case DST_ALG_HMACSHA1:
  /src/external/mpl/bind/dist/lib/isccc/include/isccc/
cc.h 54 #define ISCCC_ALG_HMACSHA1 DST_ALG_HMACSHA1
  /src/external/mpl/dhcp/dist/omapip/
isclib.c 349 algorithm_code = DST_ALG_HMACSHA1;
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
dst.h 102 #define DST_ALG_HMACSHA1 161 /* XXXMPA */
  /src/external/mpl/bind/dist/lib/dns/include/dst/
dst.h 109 DST_ALG_HMACSHA1 = 161, /* XXXMPA */
  /src/external/mpl/bind/dist/bin/named/
config.c 971 { "hmac-sha1", hmacsha1, DST_ALG_HMACSHA1, 160 },
  /src/external/mpl/bind/dist/tests/dns/
tsig_test.c 552 assert_true(dns__tsig_algvalid(DST_ALG_HMACSHA1));
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 1055 hmac_alg = DST_ALG_HMACSHA1;
1058 hmac_alg = DST_ALG_HMACSHA1;
1179 case DST_ALG_HMACSHA1:
  /src/external/mpl/bind/dist/bin/nsupdate/
nsupdate.c 415 *hmac_alg = DST_ALG_HMACSHA1;
417 *hmac_alg = DST_ALG_HMACSHA1;
662 case DST_ALG_HMACSHA1:

Completed in 43 milliseconds