Searched refs:Ch (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/hashes/sha2/ |
| H A D | sha512.c | 75 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro 112 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K[i] + W[i]; in ss_sha512_compress() 125 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in ss_sha512_compress()
|
| H A D | sha256.c | 50 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro 90 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in ss_sha256_compress() 102 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \ in ss_sha256_compress()
|