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

/bind-9.6-ESV-R11/bin/tests/
H A Dhash_test.c26 #include <isc/hmacmd5.h>
53 isc_hmacmd5_t hmacmd5; local
107 isc_hmacmd5_init(&hmacmd5, key, 16);
109 isc_hmacmd5_update(&hmacmd5, buffer, strlen(s));
110 isc_hmacmd5_sign(&hmacmd5, digest);
111 print_digest(s, "hmacmd5", digest, 4);
115 isc_hmacmd5_init(&hmacmd5, key, 4);
117 isc_hmacmd5_update(&hmacmd5, buffer, strlen(s));
118 isc_hmacmd5_sign(&hmacmd5, digest);
119 print_digest(s, "hmacmd5", diges
[all...]
/bind-9.6-ESV-R11/lib/isc/tests/
H A Dhash_test.c28 #include <isc/hmacmd5.h>
1651 isc_hmacmd5_t hmacmd5; local
1774 isc_hmacmd5_init(&hmacmd5, buffer, test_key->len);
1775 isc_hmacmd5_update(&hmacmd5,
1778 isc_hmacmd5_sign(&hmacmd5, digest);
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_internal.h47 #include <isc/hmacmd5.h>
110 dst_hmacmd5_key_t *hmacmd5; member in union:dst_key::__anon86
H A Dtsig.c71 static dns_name_t hmacmd5 = { variable
80 dns_name_t *dns_tsig_hmacmd5_name = &hmacmd5;
/bind-9.6-ESV-R11/bin/named/
H A Dconfig.c747 enum { hmacnone, hmacmd5, hmacsha1, hmacsha224, enumerator in enum:keyalgorithms::__anon7
751 { "hmac-md5", hmacmd5, 128 },
752 { "hmac-md5.sig-alg.reg.int", hmacmd5, 0 },
753 { "hmac-md5.sig-alg.reg.int.", hmacmd5, 0 },
793 case hmacmd5: *name = dns_tsig_hmacmd5_name; break;
/bind-9.6-ESV-R11/bin/tests/hashes/
H A Dt_hashes.c27 #include <isc/hmacmd5.h>
385 isc_hmacmd5_t hmacmd5; member in union:__anon25

Completed in 22 milliseconds