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

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_internal.h77 typedef struct dst_hmacmd5_key dst_hmacmd5_key_t; typedef in typeref:struct:dst_hmacmd5_key
110 dst_hmacmd5_key_t *hmacmd5;
H A Dhmac_link.c78 dst_hmacmd5_key_t *hkey = key->keydata.hmacmd5;
136 dst_hmacmd5_key_t *hkey1, *hkey2;
187 dst_hmacmd5_key_t *hkey = key->keydata.hmacmd5;
188 memset(hkey, 0, sizeof(dst_hmacmd5_key_t));
189 isc_mem_put(key->mctx, hkey, sizeof(dst_hmacmd5_key_t));
195 dst_hmacmd5_key_t *hkey;
212 dst_hmacmd5_key_t *hkey;
221 hkey = isc_mem_get(key->mctx, sizeof(dst_hmacmd5_key_t));
246 dst_hmacmd5_key_t *hkey;

Completed in 55 milliseconds