Searched defs:aes_gmac_ctx (Results 1 – 2 of 2) sorted by relevance
39 struct aes_gmac_ctx { struct40 struct gf128table4 ghashtbl;41 struct gf128 hash;42 uint32_t keysched[4*(RIJNDAEL_MAXNR + 1)];43 uint8_t counter[GMAC_BLOCK_LEN];44 int rounds;
94 struct aes_gmac_ctx aes_gmac_ctx; member