Home
last modified time | relevance | path

Searched defs:Ch (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/fs/zfs/
H A Dzfs_sha256.c49 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/openbmc/qemu/target/s390x/tcg/
H A Dcrypto_helper.c26 static uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch() function
/openbmc/u-boot/lib/
H A Dsha512.c52 static inline uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch() function
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c236 static uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch() function