Searched refs:Maj (Results 1 – 1 of 1) sorted by relevance
240 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() macro261 uint32_t T2 = S0 (a) + Maj (a, b, c); in sha256_process_block()