Searched refs:Gamma1 (Results 1 – 2 of 2) sorted by relevance
78 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro98 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
99 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro128 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha512_compress()