SHA256_SHORT_BLOCK_LENGTH  536 ext/digest/sha2/sha2.c 			if (usedspace <= SHA256_SHORT_BLOCK_LENGTH) {
SHA256_SHORT_BLOCK_LENGTH  538 ext/digest/sha2/sha2.c 				MEMSET_BZERO(&context->buffer[usedspace], SHA256_SHORT_BLOCK_LENGTH - usedspace);
SHA256_SHORT_BLOCK_LENGTH  547 ext/digest/sha2/sha2.c 				MEMSET_BZERO(context->buffer, SHA256_SHORT_BLOCK_LENGTH);
SHA256_SHORT_BLOCK_LENGTH  551 ext/digest/sha2/sha2.c 			MEMSET_BZERO(context->buffer, SHA256_SHORT_BLOCK_LENGTH);
SHA256_SHORT_BLOCK_LENGTH  557 ext/digest/sha2/sha2.c 		*(sha2_word64*)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount;