REVERSE64         530 ext/digest/sha2/sha2.c 		REVERSE64(context->bitcount,context->bitcount);
REVERSE64         597 ext/digest/sha2/sha2.c 	REVERSE64(*data++, W512[j]); \
REVERSE64         701 ext/digest/sha2/sha2.c 		REVERSE64(*data++, W512[j]);
REVERSE64         814 ext/digest/sha2/sha2.c 	REVERSE64(context->bitcount[0],context->bitcount[0]);
REVERSE64         815 ext/digest/sha2/sha2.c 	REVERSE64(context->bitcount[1],context->bitcount[1]);
REVERSE64         865 ext/digest/sha2/sha2.c 				REVERSE64(context->state[j],context->state[j]);
REVERSE64         908 ext/digest/sha2/sha2.c 				REVERSE64(context->state[j],context->state[j]);