Searched defs:hmac (Results 1 – 4 of 4) sorted by relevance
206 struct hmac { struct208 uint8_t hmac[HC_HMAC_LEN]; argument
215 uint8_t *hmac = (uint8_t *)HcMalloc(HMAC_LEN, 0); in GenerateSessionKey() local
287 int IsoClientGenSessionKey(IsoBaseParams *params, int returnResult, const uint8_t *hmac, uint32_t h… in IsoClientGenSessionKey()
303 uint8_t hmac[HKS_HMAC_DIGEST_SHA512_LEN]; member