Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/src/crypto/
Dsha512-internal.c93 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
Dsha256-internal.c72 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DSHA224Digest.java279 private int Maj( in Maj() method in SHA224Digest
DSHA256Digest.java282 private int Maj( in Maj() method in SHA256Digest
DLongDigest.java350 private long Maj( in Maj() method in LongDigest
/external/fio/crc/
Dsha256.c33 static inline uint32_t Maj(uint32_t x, uint32_t y, uint32_t z) in Maj() function
Dsha512.c30 static inline uint64_t Maj(uint64_t x, uint64_t y, uint64_t z) in Maj() function
/external/openssh/
Dblocks.c44 #define Maj(x,y,z) ((x & y) ^ (x & z) ^ (y & z)) macro
/external/dhcpcd-6.8.2/crypt/
Dsha256.c76 #define Maj(x, y, z) ((x & (y | z)) | (y & z)) macro
/external/lzma/C/
DSha256.c43 #define Maj(x,y,z) ((x&y)|(z&(x|y))) macro
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DTriple.h235 unsigned Maj, Min, Micro; in getOSMajorVersion() local
/external/boringssl/src/crypto/fipsmodule/sha/
Dsha256.c208 #define Maj(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
Dsha512.c431 #define Maj(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
/external/f2fs-tools/tools/
Dsha512.c85 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
/external/e2fsprogs/lib/ext2fs/
Dsha256.c38 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
Dsha512.c65 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
/external/ImageMagick/MagickCore/
Dsignature.c588 static inline unsigned int Maj(unsigned int x,unsigned int y,unsigned int z) in Maj() function
/external/libchrome/crypto/third_party/nss/
Dsha512.cc69 #define Maj(x,y,z) ((x & y) ^ (x & z) ^ (y & z)) macro
/external/python/cpython2/Modules/
Dsha512module.c127 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
Dsha256module.c117 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
/external/syslinux/com32/libutil/
Dsha512crypt.c131 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() macro
Dsha256crypt.c100 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTriple.h313 unsigned Maj, Min, Micro; in getOSMajorVersion() local
/external/openssh/openbsd-compat/
Dsha2.c168 #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
/external/llvm/include/llvm/ADT/
DTriple.h305 unsigned Maj, Min, Micro; in getOSMajorVersion() local

12