Searched refs:z (Results 1 – 2 of 2) sorted by relevance
39 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in __sha256_process_block() argument40 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in __sha256_process_block() argument
46 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in __sha512_process_block() argument47 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in __sha512_process_block() argument
Completed in 30 milliseconds