Searched refs:Gamma1 (Results 1 – 3 of 3) sorted by relevance
225 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro248 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
90 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro114 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in _sha512_compress()
65 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro92 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in _sha256_compress()