Ch 148 standard/crypt_sha256.c #define Ch(x, y, z) ((x & y) ^ (~x & z)) Ch 173 standard/crypt_sha512.c #define Ch(x, y, z) ((x & y) ^ (~x & z))