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