Searched refs:Sigma1 (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/src/crypto/ |
D | sha256-internal.c | 76 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro 104 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
|
D | sha512-internal.c | 97 #define Sigma1(x) (S(x, 14) ^ S(x, 18) ^ S(x, 41)) macro 134 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K[i] + W[i]; in sha512_compress()
|