H 233 hash/hash_md.c #define H(x, y, z) ((x) ^ (y) ^ (z)) H 167 hash/hash_sha.c #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) H 148 standard/md5.c #define H(x, y, z) ((x) ^ (y) ^ (z)) H 126 standard/sha1.c #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y))))