Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dclmul.c49 static uint64_t unpack_8_to_16(uint64_t x) in unpack_8_to_16() function
59 return clmul_8x4_even_int(unpack_8_to_16(n), unpack_8_to_16(m)); in clmul_8x4_packed()