Searched refs:Maj (Results 1 – 2 of 2) sorted by relevance
134 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() macro155 uint32_t T2 = S0 (a) + Maj (a, b, c); in sha256_process_block()
159 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() macro182 uint64_t T2 = S0 (a) + Maj (a, b, c); in sha512_process_block()
Completed in 8 milliseconds