Home
last modified time | relevance | path

Searched refs:Maj (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.2/ext/standard/
H A Dcrypt_sha512.c168 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() macro
191 uint64_t T2 = S0 (a) + Maj (a, b, c); in sha512_process_block()
H A Dcrypt_sha256.c143 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() macro
164 uint32_t T2 = S0 (a) + Maj (a, b, c); in sha256_process_block()

Completed in 11 milliseconds