Searched defs:hmacmd5 (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dhash_test.c17 #include <isc/hmacmd5.h>
48 isc_hmacmd5_t hmacmd5; local
104 isc_hmacmd5_init(&hmacmd5, key, 16);
106 isc_hmacmd5_update(&hmacmd5, buffer, strlen(s));
107 isc_hmacmd5_sign(&hmacmd5, digest);
108 print_digest(s, "hmacmd5", digest, 4);
112 isc_hmacmd5_init(&hmacmd5, key, 4);
114 isc_hmacmd5_update(&hmacmd5, buffer, strlen(s));
115 isc_hmacmd5_sign(&hmacmd5, digest);
116 print_digest(s, "hmacmd5", diges
[all...]
/bind-9.11.3/lib/isc/tests/
H A Dhash_test.c21 #include <isc/hmacmd5.h>
1646 isc_hmacmd5_t hmacmd5; local
1769 isc_hmacmd5_init(&hmacmd5, buffer, test_key->len);
1770 isc_hmacmd5_update(&hmacmd5,
1773 isc_hmacmd5_sign(&hmacmd5, digest);
/bind-9.11.3/lib/dns/
H A Ddst_internal.h39 #include <isc/hmacmd5.h>
128 dst_hmacmd5_key_t *hmacmd5; member in union:dst_key::__anon106
H A Dtsig.c76 static dns_name_t hmacmd5 = variable
78 LIBDNS_EXTERNAL_DATA dns_name_t *dns_tsig_hmacmd5_name = &hmacmd5;
/bind-9.11.3/bin/named/
H A Dconfig.c937 enum { hmacnone, hmacmd5, hmacsha1, hmacsha224, enumerator in enum:keyalgorithms::__anon7
943 { "hmac-md5", hmacmd5, DST_ALG_HMACMD5, 128 },
944 { "hmac-md5.sig-alg.reg.int", hmacmd5, DST_ALG_HMACMD5, 0 },
945 { "hmac-md5.sig-alg.reg.int.", hmacmd5, DST_ALG_HMACMD5, 0 },
994 case hmacmd5: *name = dns_tsig_hmacmd5_name; break;
/bind-9.11.3/bin/tests/hashes/
H A Dt_hashes.c19 #include <isc/hmacmd5.h>
394 isc_hmacmd5_t hmacmd5; member in union:__anon36
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddns.c45 #include <isc/hmacmd5.h>
95 isc_hmacmd5_t hmacmd5; member in union:__anon54
340 isc_hmacmd5_init(&ctx->hmacmd5, secret, length);
366 isc_hmacmd5_update(&ctx->hmacmd5, data, length);
392 isc_hmacmd5_sign(&ctx->hmacmd5, digest);

Completed in 22 milliseconds