Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c486 static inline uint64_t sum1_64(uint64_t x) in sum1_64() function
505 uint64_t T1 = h + sum1_64(e) + ch(e, f, g) + W0; in vsha2c_64()
517 T1 = h + sum1_64(e) + ch(e, f, g) + W1; in vsha2c_64()