Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dgmac.h36 typedef struct _GHASH_CTX { struct
37 GMAC_INT H[GMAC_BLOCK_LEN/GMAC_INTLEN]; /* hash subkey */
38 GMAC_INT S[GMAC_BLOCK_LEN/GMAC_INTLEN]; /* state */
39 GMAC_INT Z[GMAC_BLOCK_LEN/GMAC_INTLEN]; /* initial state */