Searched refs:Ch (Results 1 – 3 of 3) sorted by relevance
142 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() macro163 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
167 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() macro190 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
14782 # direct read/write support by driver functions 03h,0Ch
Completed in 44 milliseconds