Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/zfs/
H A Dzfs_sha256.c50 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) macro
/openbmc/linux/crypto/
H A Dsha512_generic.c48 static inline u64 Maj(u64 x, u64 y, u64 z) in Maj() function
/openbmc/linux/lib/crypto/
H A Dsha256.c44 static inline u32 Maj(u32 x, u32 y, u32 z) in Maj() function
/openbmc/qemu/target/s390x/tcg/
H A Dcrypto_helper.c31 static uint64_t Maj(uint64_t x, uint64_t y, uint64_t z) in Maj() function
/openbmc/u-boot/lib/
H A Dsha512.c57 static inline uint64_t Maj(uint64_t x, uint64_t y, uint64_t z) in Maj() function
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c240 static uint64_t Maj(uint64_t x, uint64_t y, uint64_t z) in Maj() function