Searched refs:hmacsha1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dhash_test.c856 isc_hmacsha1_t hmacsha1; local
967 isc_hmacsha1_init(&hmacsha1, buffer, test_key->len);
968 isc_hmacsha1_update(&hmacsha1,
971 isc_hmacsha1_sign(&hmacsha1, digest, ISC_SHA1_DIGESTLENGTH);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dhmac_link.c352 dst_hmacsha1_key_t *hkey = key->keydata.hmacsha1;
412 hkey1 = key1->keydata.hmacsha1;
413 hkey2 = key2->keydata.hmacsha1;
463 dst_hmacsha1_key_t *hkey = key->keydata.hmacsha1;
467 key->keydata.hmacsha1 = NULL;
475 REQUIRE(key->keydata.hmacsha1 != NULL);
477 hkey = key->keydata.hmacsha1;
515 key->keydata.hmacsha1 = hkey;
530 if (key->keydata.hmacsha1 == NULL)
533 hkey = key->keydata.hmacsha1;
[all...]
H A Ddst_internal.h117 dst_hmacsha1_key_t *hmacsha1; member in union:dst_key::__anon134
H A Dtsig.c113 static dns_name_t hmacsha1 = { variable
122 LIBDNS_EXTERNAL_DATA dns_name_t *dns_tsig_hmacsha1_name = &hmacsha1;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dconfig.c802 enum { hmacnone, hmacmd5, hmacsha1, hmacsha224, enumerator in enum:keyalgorithms::__anon113
810 { "hmac-sha1", hmacsha1, DST_ALG_HMACSHA1, 160 },
857 case hmacsha1: *name = dns_tsig_hmacsha1_name; break;

Completed in 181 milliseconds