Home | History | Annotate | Download | only in opencrypto

Lines Matching refs:GMAC_INT

33 void	ghash_gfmul(const GMAC_INT *, const GMAC_INT *, GMAC_INT *);
38 ghash_gfmul(const GMAC_INT *X, const GMAC_INT *Y, GMAC_INT *product)
40 GMAC_INT v[GMAC_BLOCK_LEN/GMAC_INTLEN];
80 GMAC_INT x;
81 GMAC_INT *s = ctx->S;
82 GMAC_INT *y = ctx->Z;