Searched refs:ror_c (Results 1 – 1 of 1) sorted by relevance
80 #define ror_c(x, n) rot_c(r, l, x, n) macro97 res = ror_c(w, 7); in sha256_sigma0()129 return ror_c(w, 6) ^ ror_c(w, 11) ^ rol_c(w, 7); in sha256_Sigma1()
Completed in 2 milliseconds