Searched defs:HMAC_Key (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c70 } HMAC_Key; typedef in typeref:struct:hmackey
98 HMAC_Key *key;
112 key = (HMAC_Key *) d_key->dk_KEY_struct;
167 HMAC_Key *key;
180 key = (HMAC_Key *) d_key->dk_KEY_struct;
229 HMAC_Key *hkey = NULL;
237 if ((hkey = (HMAC_Key *) malloc(sizeof(HMAC_Key))) == NULL)
287 HMAC_Key *hkey;
298 hkey = (HMAC_Key *) dke
[all...]

Completed in 66 milliseconds