Home
last modified time | relevance | path

Searched defs:aes_gmac_ctx (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dgmac.h42 struct aes_gmac_ctx { struct
43 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;
H A Dxform_auth.h95 struct aes_gmac_ctx aes_gmac_ctx; member