Ch                176 libavutil/sha.c #define Ch(x,y,z)   (((x) & ((y) ^ (z))) ^ (z))
Ch                 93 libavutil/sha512.c #define Ch(x,y,z)   (((x) & ((y) ^ (z))) ^ (z))