Searched refs:SIGMA1_512 (Results 1 – 2 of 2) sorted by relevance
61 #define SIGMA1_512(x) (ROTR((x), 19) ^ ROTR((x), 61) ^ ((x) >> 6)) macro172 W[t] = SIGMA1_512(W[t - 2]) + W[t - 7] + in SHA512Transform()
60 #define SIGMA1_512(x) (ROTR((x), 19) ^ ROTR((x), 61) ^ ((x) >> 6)) macro171 W[t] = SIGMA1_512(W[t - 2]) + W[t - 7] + in SHA512Transform()