Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Decc.c372 static uint128_t mul_64_64(u64 left, u64 right) in mul_64_64() function
434 product = mul_64_64(left[i], right[k - i]); in vli_mult()
459 product = mul_64_64(left[k], right); in vli_umult()
488 product = mul_64_64(left[i], left[k - i]); in vli_square()