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

/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dhash_test.c986 isc_hmacsha224_t hmacsha224; local
1130 isc_hmacsha224_init(&hmacsha224, buffer, test_key->len);
1131 isc_hmacsha224_update(&hmacsha224,
1134 isc_hmacsha224_sign(&hmacsha224, digest, ISC_SHA224_DIGESTLENGTH);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dhmac_link.c630 dst_hmacsha224_key_t *hkey = key->keydata.hmacsha224;
690 hkey1 = key1->keydata.hmacsha224;
691 hkey2 = key2->keydata.hmacsha224;
743 dst_hmacsha224_key_t *hkey = key->keydata.hmacsha224;
747 key->keydata.hmacsha224 = NULL;
755 REQUIRE(key->keydata.hmacsha224 != NULL);
757 hkey = key->keydata.hmacsha224;
795 key->keydata.hmacsha224 = hkey;
810 if (key->keydata.hmacsha224 == NULL)
813 hkey = key->keydata.hmacsha224;
[all...]
H A Ddst_internal.h118 dst_hmacsha224_key_t *hmacsha224; member in union:dst_key::__anon134
H A Dtsig.c127 static dns_name_t hmacsha224 = { variable
136 LIBDNS_EXTERNAL_DATA dns_name_t *dns_tsig_hmacsha224_name = &hmacsha224;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dconfig.c802 enum { hmacnone, hmacmd5, hmacsha1, hmacsha224, enumerator in enum:keyalgorithms::__anon113
811 { "hmac-sha224", hmacsha224, DST_ALG_HMACSHA224, 224 },
858 case hmacsha224: *name = dns_tsig_hmacsha224_name; break;

Completed in 50 milliseconds