Searched refs:Gamma1 (Results 1 – 2 of 2) sorted by relevance
70 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro99 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in ccsha256_ltc_compress()
40 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro63 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in ccsha512_ltc_compress()