Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c501 static inline uint32_t sum1_32(uint32_t x) in sum1_32() function
549 uint32_t T1 = h + sum1_32(e) + ch(e, f, g) + W0; in vsha2c_32()
561 T1 = h + sum1_32(e) + ch(e, f, g) + W1; in vsha2c_32()