SHA256_SHORT_BLOCK_LENGTH  596 ext/digest/sha2/sha2.c 			if (usedspace <= SHA256_SHORT_BLOCK_LENGTH) {
SHA256_SHORT_BLOCK_LENGTH  598 ext/digest/sha2/sha2.c 				MEMSET_BZERO(&context->buffer[usedspace], SHA256_SHORT_BLOCK_LENGTH - usedspace);
SHA256_SHORT_BLOCK_LENGTH  607 ext/digest/sha2/sha2.c 				MEMSET_BZERO(context->buffer, SHA256_SHORT_BLOCK_LENGTH);
SHA256_SHORT_BLOCK_LENGTH  611 ext/digest/sha2/sha2.c 			MEMSET_BZERO(context->buffer, SHA256_SHORT_BLOCK_LENGTH);
SHA256_SHORT_BLOCK_LENGTH  617 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(&context->buffer[SHA256_SHORT_BLOCK_LENGTH], &context->bitcount,