Sigma1             50 lib/crypto/sha256.c #define Sigma1(x)	(ROTR(x,6)  ^ ROTR(x,11) ^ ROTR(x,25))
Sigma1             49 source4/heimdal/lib/hcrypto/sha256.c #define Sigma1(x)	(ROTR(x,6)  ^ ROTR(x,11) ^ ROTR(x,25))