Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dclmul.h74 static inline Int128 clmul_64(uint64_t a, uint64_t b) in clmul_64() function
/openbmc/qemu/target/s390x/tcg/
H A Dvec_int_helper.c245 r = int128_xor(clmul_64(q2[0], q3[0]), clmul_64(q2[1], q3[1])); in HELPER()
257 r = int128_xor(clmul_64(q2[0], q3[0]), clmul_64(q2[1], q3[1])); in HELPER()
/openbmc/qemu/target/sparc/
H A Dvis_helper.c604 return int128_getlo(clmul_64(src1, src2)); in helper_xmulx()
609 return int128_gethi(clmul_64(src1, src2)); in helper_xmulxhi()
/openbmc/qemu/target/ppc/
H A Dint_helper.c1458 Int128 e = clmul_64(a->u64[0], b->u64[0]); in helper_VPMSUMD()
1459 Int128 o = clmul_64(a->u64[1], b->u64[1]); in helper_VPMSUMD()
/openbmc/qemu/target/i386/
H A Dops_sse.h2143 *r = clmul_64(a, b); in glue()
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c2291 Int128 r = clmul_64(n[i + hi], m[i + hi]); in HELPER()