MEMSET_BZERO      291 ext/digest/sha2/sha2.c 	MEMSET_BZERO(context->buffer, SHA256_BLOCK_LENGTH);
MEMSET_BZERO      538 ext/digest/sha2/sha2.c 				MEMSET_BZERO(&context->buffer[usedspace], SHA256_SHORT_BLOCK_LENGTH - usedspace);
MEMSET_BZERO      541 ext/digest/sha2/sha2.c 					MEMSET_BZERO(&context->buffer[usedspace], SHA256_BLOCK_LENGTH - usedspace);
MEMSET_BZERO      547 ext/digest/sha2/sha2.c 				MEMSET_BZERO(context->buffer, SHA256_SHORT_BLOCK_LENGTH);
MEMSET_BZERO      551 ext/digest/sha2/sha2.c 			MEMSET_BZERO(context->buffer, SHA256_SHORT_BLOCK_LENGTH);
MEMSET_BZERO      577 ext/digest/sha2/sha2.c 	MEMSET_BZERO(context, sizeof(SHA256_CTX));
MEMSET_BZERO      587 ext/digest/sha2/sha2.c 	MEMSET_BZERO(context->buffer, SHA512_BLOCK_LENGTH);
MEMSET_BZERO      823 ext/digest/sha2/sha2.c 			MEMSET_BZERO(&context->buffer[usedspace], SHA512_SHORT_BLOCK_LENGTH - usedspace);
MEMSET_BZERO      826 ext/digest/sha2/sha2.c 				MEMSET_BZERO(&context->buffer[usedspace], SHA512_BLOCK_LENGTH - usedspace);
MEMSET_BZERO      832 ext/digest/sha2/sha2.c 			MEMSET_BZERO(context->buffer, SHA512_BLOCK_LENGTH - 2);
MEMSET_BZERO      836 ext/digest/sha2/sha2.c 		MEMSET_BZERO(context->buffer, SHA512_SHORT_BLOCK_LENGTH);
MEMSET_BZERO      875 ext/digest/sha2/sha2.c 	MEMSET_BZERO(context, sizeof(SHA512_CTX));
MEMSET_BZERO      884 ext/digest/sha2/sha2.c 	MEMSET_BZERO(context->buffer, SHA384_BLOCK_LENGTH);
MEMSET_BZERO      918 ext/digest/sha2/sha2.c 	MEMSET_BZERO(context, sizeof(SHA384_CTX));