SHA_ROL 24 block-sha1/sha1.c #define SHA_ROL(x,n) SHA_ASM("rol", x, n) SHA_ROL 30 block-sha1/sha1.c #define SHA_ROL(X,n) SHA_ROT(X,n,32-(n))