sigma1             52 lib/crypto/sha256.c #define sigma1(x)	(ROTR(x,17) ^ ROTR(x,19) ^ ((x)>>10))
sigma1             51 source4/heimdal/lib/hcrypto/sha256.c #define sigma1(x)	(ROTR(x,17) ^ ROTR(x,19) ^ ((x)>>10))