Symbol: Ch
lib/libc/hash/sha2.c
358
T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
lib/libc/hash/sha2.c
369
T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
lib/libc/hash/sha2.c
456
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
lib/libc/hash/sha2.c
478
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
lib/libc/hash/sha2.c
638
T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
lib/libc/hash/sha2.c
650
T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
lib/libc/hash/sha2.c
737
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
lib/libc/hash/sha2.c
759
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
lib/libcrypto/sha/sha1.c
109
T = crypto_rol_u32(*a, 5) + Ch(*b, *c, *d) + *e + Kt + Wt;
lib/libcrypto/sha/sha256.c
144
T1 = *h + Sigma1(*e) + Ch(*e, *f, *g) + Kt + Wt;
lib/libcrypto/sha/sha512.c
171
T1 = *h + Sigma1(*e) + Ch(*e, *f, *g) + Kt + Wt;
sys/crypto/sha2.c
273
T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
sys/crypto/sha2.c
284
T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
sys/crypto/sha2.c
372
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
sys/crypto/sha2.c
394
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
sys/crypto/sha2.c
551
T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
sys/crypto/sha2.c
563
T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
sys/crypto/sha2.c
652
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
sys/crypto/sha2.c
674
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
sys/lib/libsa/sha2.c
353
T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
sys/lib/libsa/sha2.c
364
T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
sys/lib/libsa/sha2.c
451
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
sys/lib/libsa/sha2.c
473
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
sys/lib/libsa/sha2.c
628
T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
sys/lib/libsa/sha2.c
640
T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
sys/lib/libsa/sha2.c
727
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
sys/lib/libsa/sha2.c
749
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +