S1 155 crypto/third_party/nss/sha512.cc #define S1(x) (ROTR32(x, 6) ^ ROTR32(x,11) ^ ROTR32(x,25)) S1 394 crypto/third_party/nss/sha512.cc #undef S1 S1 536 crypto/third_party/nss/sha512.cc #define S1(x) (ROTR64(x,14) ^ ROTR64(x,18) ^ ROTR64(x,41))