Searched refs:hashki (Results 1 – 2 of 2) sorted by relevance
116 FillpSha256Set(tempCtx->hashki); in FillpHmacSha256Init()117 FillpSha256Upd(tempCtx->hashki, keyIpad, FILLP_SHA256_BLOCK_SIZE); in FillpHmacSha256Init()139 FillpSha256Upd(tempCtx->hashki, &x, 0); in FillpHmacSha256Update()145 FillpSha256Upd(tempCtx->hashki, data, dlen); in FillpHmacSha256Update()163 FillpSha256Fin(tempCtx->hashki, digest, size); in FillpHmacSha256Final()
36 FillpSha256Ctx hashki[1]; member