Home
last modified time | relevance | path

Searched refs:Maj (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/hash/
H A Dhash_sha_sse2.c78 #define Maj(x, y, z) ((x & (y | z)) | (y & z)) macro
87 h += S0(a) + Maj(a, b, c)
/php-src/ext/standard/
H A Dcrypt_sha256.c128 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() macro
149 uint32_t T2 = S0 (a) + Maj (a, b, c); in sha256_process_block()
H A Dcrypt_sha512.c157 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() macro
180 uint64_t T2 = S0 (a) + Maj (a, b, c); in sha512_process_block()

Completed in 14 milliseconds