Searched defs:Ch (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/fs/zfs/ |
H A D | zfs_sha256.c | 49 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
|
/openbmc/linux/crypto/ |
H A D | sha512_generic.c | 43 static inline u64 Ch(u64 x, u64 y, u64 z) in Ch() function
|
/openbmc/linux/lib/crypto/ |
H A D | sha256.c | 39 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() function
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | crypto_helper.c | 27 static uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch() function
|
/openbmc/u-boot/lib/ |
H A D | sha512.c | 52 static inline uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch() function
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 236 static uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch() function
|