Searched defs:_GHASH_CTX (Results 1 – 1 of 1) sorted by relevance
36 typedef struct _GHASH_CTX { struct37 GMAC_INT H[GMAC_BLOCK_LEN/GMAC_INTLEN]; /* hash subkey */38 GMAC_INT S[GMAC_BLOCK_LEN/GMAC_INTLEN]; /* state */39 GMAC_INT Z[GMAC_BLOCK_LEN/GMAC_INTLEN]; /* initial state */