Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dgmac.h39 struct aes_gmac_ctx { struct
40 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;
H A Dxform_auth.h94 struct aes_gmac_ctx aes_gmac_ctx; member