Searched refs:pclmulqdq11 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_pclmul.c | 134 pclmulqdq11(__m128i x, __m128i y) in pclmulqdq11() function 141 #define pclmulqdq11(x, y) _mm_clmulepi64_si128(x, y, 0x11) 221 z1 = pclmulqdq11(kw, kw); \ 284 t1 = pclmulqdq11(h1w, h2w); in br_ghash_pclmul() 322 pclmulqdq11(aw0, h4w), in br_ghash_pclmul() 323 pclmulqdq11(aw1, h3w)), in br_ghash_pclmul() 325 pclmulqdq11(aw2, h2w), in br_ghash_pclmul() 326 pclmulqdq11(aw3, h1w))); in br_ghash_pclmul() 362 t1 = pclmulqdq11(aw, h1w); in br_ghash_pclmul()
|