Searched refs:dst_hmacsha224_key_t (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_internal.h79 typedef struct dst_hmacsha224_key dst_hmacsha224_key_t; typedef in typeref:struct:dst_hmacsha224_key
112 dst_hmacsha224_key_t *hmacsha224;
H A Dhmac_link.c615 dst_hmacsha224_key_t *hkey = key->keydata.hmacsha224;
673 dst_hmacsha224_key_t *hkey1, *hkey2;
724 dst_hmacsha224_key_t *hkey = key->keydata.hmacsha224;
725 memset(hkey, 0, sizeof(dst_hmacsha224_key_t));
726 isc_mem_put(key->mctx, hkey, sizeof(dst_hmacsha224_key_t));
732 dst_hmacsha224_key_t *hkey;
749 dst_hmacsha224_key_t *hkey;
758 hkey = isc_mem_get(key->mctx, sizeof(dst_hmacsha224_key_t));
783 dst_hmacsha224_key_t *hkey;

Completed in 113 milliseconds