Searched refs:hmacmd5 (Results 1 - 10 of 10) 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/dns/
H A Ddst_internal.h39 #include <isc/hmacmd5.h>
128 dst_hmacmd5_key_t *hmacmd5; member in union:dst_key::__anon106
H A Dhmac_link.c30 #include <isc/hmacmd5.h>
72 dst_hmacmd5_key_t *hkey = key->keydata.hmacmd5;
132 hkey1 = key1->keydata.hmacmd5;
133 hkey2 = key2->keydata.hmacmd5;
183 dst_hmacmd5_key_t *hkey = key->keydata.hmacmd5;
187 key->keydata.hmacmd5 = NULL;
195 REQUIRE(key->keydata.hmacmd5 != NULL);
197 hkey = key->keydata.hmacmd5;
235 key->keydata.hmacmd5 = hkey;
250 if (key->keydata.hmacmd5
[all...]
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/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/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);
/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/lib/isc/
H A Dhmacmd5.c9 /* $Id: hmacmd5.c,v 1.16 2009/02/06 23:47:42 tbox Exp $ */
23 #include <isc/hmacmd5.h>
/bind-9.11.3/lib/isccc/
H A Dcc.c32 #include <isc/hmacmd5.h>

Completed in 96 milliseconds