SHA512_SHORT_BLOCK_LENGTH  821 ext/digest/sha2/sha2.c 		if (usedspace <= SHA512_SHORT_BLOCK_LENGTH) {
SHA512_SHORT_BLOCK_LENGTH  823 ext/digest/sha2/sha2.c 			MEMSET_BZERO(&context->buffer[usedspace], SHA512_SHORT_BLOCK_LENGTH - usedspace);
SHA512_SHORT_BLOCK_LENGTH  836 ext/digest/sha2/sha2.c 		MEMSET_BZERO(context->buffer, SHA512_SHORT_BLOCK_LENGTH);
SHA512_SHORT_BLOCK_LENGTH  842 ext/digest/sha2/sha2.c 	*(sha2_word64*)&context->buffer[SHA512_SHORT_BLOCK_LENGTH] = context->bitcount[1];
SHA512_SHORT_BLOCK_LENGTH  843 ext/digest/sha2/sha2.c 	*(sha2_word64*)&context->buffer[SHA512_SHORT_BLOCK_LENGTH+8] = context->bitcount[0];