Searched defs:aes_gmac_ctx (Results 1 – 2 of 2) sorted by relevance
42 struct aes_gmac_ctx { struct43 struct gf128table4 ghashtbl;44 struct gf128 hash;45 uint32_t keysched[4*(RIJNDAEL_MAXNR + 1)];46 uint8_t counter[GMAC_BLOCK_LEN];47 int rounds;
95 struct aes_gmac_ctx aes_gmac_ctx; member