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

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_internal.h81 typedef struct dst_hmacsha384_key dst_hmacsha384_key_t; typedef in typeref:struct:dst_hmacsha384_key
114 dst_hmacsha384_key_t *hmacsha384;
H A Dhmac_link.c1153 dst_hmacsha384_key_t *hkey = key->keydata.hmacsha384;
1211 dst_hmacsha384_key_t *hkey1, *hkey2;
1262 dst_hmacsha384_key_t *hkey = key->keydata.hmacsha384;
1263 memset(hkey, 0, sizeof(dst_hmacsha384_key_t));
1264 isc_mem_put(key->mctx, hkey, sizeof(dst_hmacsha384_key_t));
1270 dst_hmacsha384_key_t *hkey;
1287 dst_hmacsha384_key_t *hkey;
1296 hkey = isc_mem_get(key->mctx, sizeof(dst_hmacsha384_key_t));
1321 dst_hmacsha384_key_t *hkey;

Completed in 14 milliseconds