Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c699 static inline uint32_t gg2(uint32_t x, uint32_t y, uint32_t z) in gg2() function
706 return (j <= 15) ? gg1(x, y, z) : gg2(x, y, z); in gg_j()