Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/hash/
H A Dghash_pclmul.c273 __m128i h2w, h2x, h3w, h3x, h4w, h4x; in br_ghash_pclmul() local
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()
298 SQUARE_F128(h2w, h4w, h4x); in br_ghash_pclmul()
325 pclmulqdq11(aw2, h2w), in br_ghash_pclmul()
332 pclmulqdq00(aw2, h2w), in br_ghash_pclmul()