Home
last modified time | relevance | path

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

/libcrypt/
A Dsha256.c112 #define _Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() macro
135 uint32_t T2 = _S0 (a) + _Maj (a, b, c); in sha256_process_block()
A Dsha512.c143 #define _Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() macro
166 uint64_t T2 = _S0 (a) + _Maj (a, b, c); in sha512_process_block()

Completed in 6 milliseconds