SHA512_SHORT_BLOCK_LENGTH  916 ext/digest/sha2/sha2.c 		if (usedspace <= SHA512_SHORT_BLOCK_LENGTH) {
SHA512_SHORT_BLOCK_LENGTH  918 ext/digest/sha2/sha2.c 			MEMSET_BZERO(&context->buffer[usedspace], SHA512_SHORT_BLOCK_LENGTH - usedspace);
SHA512_SHORT_BLOCK_LENGTH  931 ext/digest/sha2/sha2.c 		MEMSET_BZERO(context->buffer, SHA512_SHORT_BLOCK_LENGTH);
SHA512_SHORT_BLOCK_LENGTH  937 ext/digest/sha2/sha2.c 	MEMCPY_BCOPY(&context->buffer[SHA512_SHORT_BLOCK_LENGTH], &context->bitcount[1],
SHA512_SHORT_BLOCK_LENGTH  939 ext/digest/sha2/sha2.c 	MEMCPY_BCOPY(&context->buffer[SHA512_SHORT_BLOCK_LENGTH+8], &context->bitcount[0],