Searched refs:Sigma1 (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/sha2/ |
A D | sha512.c | 80 #define Sigma1(x) (S(x, 14) ^ S(x, 18) ^ S(x, 41)) 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()
|
A D | sha256.c | 55 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) 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()
|
Completed in 3 milliseconds