REVERSE64        530 ext/digest/sha2/sha2.c 		REVERSE64(context->bitcount,context->bitcount);
REVERSE64        603 ext/digest/sha2/sha2.c 	REVERSE64(*data++, W512[j]); \
REVERSE64        707 ext/digest/sha2/sha2.c 		REVERSE64(*data++, W512[j]);
REVERSE64        820 ext/digest/sha2/sha2.c 	REVERSE64(context->bitcount[0],context->bitcount[0]);
REVERSE64        821 ext/digest/sha2/sha2.c 	REVERSE64(context->bitcount[1],context->bitcount[1]);
REVERSE64        871 ext/digest/sha2/sha2.c 				REVERSE64(context->state[j],context->state[j]);
REVERSE64        920 ext/digest/sha2/sha2.c 				REVERSE64(context->state[j],context->state[j]);