Searched refs:SIG1 (Results 1 – 2 of 2) sorted by relevance
82 #define SIG1(x) (ROR32((x),17) ^ ROR32((x),19) ^ LSR32((x),10)) macro85 wdat[i & 15] += SIG1(wdat[(i+14)&15]) + wdat[(i+9)&15] + SIG0(wdat[(i+1)&15])146 W[t] = SIG1(W[t-2]) + W[t-7] + SIG0(W[t-15]) + W[t-16]; in UpdateSHA256()
83 #define SIG1(x) (ROR64((x),19) ^ ROR64((x),61) ^ LSR64((x), 6)) macro86 wdat[i&15] += SIG1(wdat[(i+14)&15]) + wdat[(i+9)&15] + SIG0(wdat[(i+1)&15])150 W[t] = SIG1(W[t-2]) + W[t-7] + SIG0(W[t-15]) + W[t-16]; in UpdateSHA512()