Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/zfs/
H A Dzfs_sha256.c49 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/openbmc/linux/crypto/
H A Dsha512_generic.c43 static inline u64 Ch(u64 x, u64 y, u64 z) in Ch() function
/openbmc/linux/lib/crypto/
H A Dsha256.c39 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() function
/openbmc/qemu/target/s390x/tcg/
H A Dcrypto_helper.c27 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