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     593 ext/digest/sha2/sha2.c 	MEMSET_BZERO(context->buffer, SHA512_BLOCK_LENGTH);
MEMSET_BZERO     829 ext/digest/sha2/sha2.c 			MEMSET_BZERO(&context->buffer[usedspace], SHA512_SHORT_BLOCK_LENGTH - usedspace);
MEMSET_BZERO     832 ext/digest/sha2/sha2.c 				MEMSET_BZERO(&context->buffer[usedspace], SHA512_BLOCK_LENGTH - usedspace);
MEMSET_BZERO     838 ext/digest/sha2/sha2.c 			MEMSET_BZERO(context->buffer, SHA512_BLOCK_LENGTH - 2);
MEMSET_BZERO     842 ext/digest/sha2/sha2.c 		MEMSET_BZERO(context->buffer, SHA512_SHORT_BLOCK_LENGTH);
MEMSET_BZERO     881 ext/digest/sha2/sha2.c 	MEMSET_BZERO(context, sizeof(SHA512_CTX));
MEMSET_BZERO     896 ext/digest/sha2/sha2.c 	MEMSET_BZERO(context->buffer, SHA384_BLOCK_LENGTH);
MEMSET_BZERO     930 ext/digest/sha2/sha2.c 	MEMSET_BZERO(context, sizeof(SHA384_CTX));