Symbol: Ch
common/lib/libc/hash/sha2/sha2.c
290
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
common/lib/libc/hash/sha2/sha2.c
301
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
common/lib/libc/hash/sha2/sha2.c
391
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
common/lib/libc/hash/sha2/sha2.c
413
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
common/lib/libc/hash/sha2/sha2.c
636
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
common/lib/libc/hash/sha2/sha2.c
647
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
common/lib/libc/hash/sha2/sha2.c
732
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
common/lib/libc/hash/sha2/sha2.c
754
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c
349
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c
359
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c
372
T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c
459
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c
462
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c
485
T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c
676
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c
686
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c
699
T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c
781
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c
784
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/sha2.c
807
T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +