Searched refs:pclmulqdq00 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/bearssl/src/hash/ |
| HD | ghash_pclmul.c | 127 pclmulqdq00(__m128i x, __m128i y) in pclmulqdq00() function 140 #define pclmulqdq00(x, y) _mm_clmulepi64_si128(x, y, 0x00) 222 z3 = pclmulqdq00(kw, kw); \ 285 t3 = pclmulqdq00(h1w, h2w); in br_ghash_pclmul() 286 t2 = _mm_xor_si128(pclmulqdq00(h1x, h2x), in br_ghash_pclmul() 329 pclmulqdq00(aw0, h4w), in br_ghash_pclmul() 330 pclmulqdq00(aw1, h3w)), in br_ghash_pclmul() 332 pclmulqdq00(aw2, h2w), in br_ghash_pclmul() 333 pclmulqdq00(aw3, h1w))); in br_ghash_pclmul() 336 pclmulqdq00(ax0, h4x), in br_ghash_pclmul() [all …]
|