Searched refs:_Ch (Results 1 – 2 of 2) sorted by relevance
111 #define _Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() macro134 uint32_t T1 = h + _S1 (e) + _Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
142 #define _Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() macro165 uint64_t T1 = h + _S1 (e) + _Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
Completed in 5 milliseconds