Home
last modified time | relevance | path

Searched refs:h1w (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bearssl/src/hash/
H A Dghash_pclmul.c238 __m128i yw, h1w, h1x; in br_ghash_pclmul() local
267 h1w = _mm_loadu_si128(h); in br_ghash_pclmul()
269 BYTESWAP(h1w); in br_ghash_pclmul()
270 BK(h1w, h1x); in br_ghash_pclmul()
279 SQUARE_F128(h1w, h2w, h2x); in br_ghash_pclmul()
284 t1 = pclmulqdq11(h1w, h2w); in br_ghash_pclmul()
285 t3 = pclmulqdq00(h1w, h2w); in br_ghash_pclmul()
326 pclmulqdq11(aw3, h1w))); in br_ghash_pclmul()
333 pclmulqdq00(aw3, h1w))); in br_ghash_pclmul()
362 t1 = pclmulqdq11(aw, h1w); in br_ghash_pclmul()
[all …]