Home
last modified time | relevance | path

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

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