Home
last modified time | relevance | path

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

/systemd-251/src/fundamental/
Dsha256.c240 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() macro
261 uint32_t T2 = S0 (a) + Maj (a, b, c); in sha256_process_block()