Ch 44 lib/crypto/sha256.c #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) Ch 43 source4/heimdal/lib/hcrypto/sha256.c #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))