MEMCPY_BCOPY      348 ext/digest/sha2/sha2.c 	MEMCPY_BCOPY(context->state, sha256_initial_hash_value, SHA256_DIGEST_LENGTH);
MEMCPY_BCOPY      547 ext/digest/sha2/sha2.c 			MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace);
MEMCPY_BCOPY      554 ext/digest/sha2/sha2.c 			MEMCPY_BCOPY(&context->buffer[usedspace], data, len);
MEMCPY_BCOPY      563 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(context->buffer, data, SHA256_BLOCK_LENGTH);
MEMCPY_BCOPY      571 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(context->buffer, data, len);
MEMCPY_BCOPY      617 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(&context->buffer[SHA256_SHORT_BLOCK_LENGTH], &context->bitcount,
MEMCPY_BCOPY      633 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(d, context->state, SHA256_DIGEST_LENGTH);
MEMCPY_BCOPY      679 ext/digest/sha2/sha2.c 	MEMCPY_BCOPY(context->state, sha512_initial_hash_value, SHA512_DIGEST_LENGTH);
MEMCPY_BCOPY      872 ext/digest/sha2/sha2.c 			MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace);
MEMCPY_BCOPY      879 ext/digest/sha2/sha2.c 			MEMCPY_BCOPY(&context->buffer[usedspace], data, len);
MEMCPY_BCOPY      888 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(context->buffer, data, SHA512_BLOCK_LENGTH);
MEMCPY_BCOPY      896 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(context->buffer, data, len);
MEMCPY_BCOPY      937 ext/digest/sha2/sha2.c 	MEMCPY_BCOPY(&context->buffer[SHA512_SHORT_BLOCK_LENGTH], &context->bitcount[1],
MEMCPY_BCOPY      939 ext/digest/sha2/sha2.c 	MEMCPY_BCOPY(&context->buffer[SHA512_SHORT_BLOCK_LENGTH+8], &context->bitcount[0],
MEMCPY_BCOPY      967 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(d, context->state, SHA512_DIGEST_LENGTH);
MEMCPY_BCOPY     1012 ext/digest/sha2/sha2.c 	MEMCPY_BCOPY(context->state, sha384_initial_hash_value, SHA512_DIGEST_LENGTH);
MEMCPY_BCOPY     1043 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(d, context->state, SHA384_DIGEST_LENGTH);