Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dgmac.h42 typedef struct _AES_GMAC_CTX { struct
43 GHASH_CTX ghash;
44 struct aesenc K;
45 uint8_t J[GMAC_BLOCK_LEN]; /* counter block */
46 int rounds;