Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dclmul.h19 uint64_t clmul_8x8_low(uint64_t, uint64_t);
/openbmc/qemu/crypto/
H A Dclmul.c11 uint64_t clmul_8x8_low(uint64_t n, uint64_t m) in clmul_8x8_low() function
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c2274 d[i] = clmul_8x8_low(n[i], m[i]); in HELPER()