MEMCPY_BCOPY      290 ext/digest/sha2/sha2.c 	MEMCPY_BCOPY(context->state, sha256_initial_hash_value, SHA256_DIGEST_LENGTH);
MEMCPY_BCOPY      488 ext/digest/sha2/sha2.c 			MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace);
MEMCPY_BCOPY      495 ext/digest/sha2/sha2.c 			MEMCPY_BCOPY(&context->buffer[usedspace], data, len);
MEMCPY_BCOPY      511 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(context->buffer, data, len);
MEMCPY_BCOPY      572 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(d, context->state, SHA256_DIGEST_LENGTH);
MEMCPY_BCOPY      586 ext/digest/sha2/sha2.c 	MEMCPY_BCOPY(context->state, sha512_initial_hash_value, SHA512_DIGEST_LENGTH);
MEMCPY_BCOPY      778 ext/digest/sha2/sha2.c 			MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace);
MEMCPY_BCOPY      785 ext/digest/sha2/sha2.c 			MEMCPY_BCOPY(&context->buffer[usedspace], data, len);
MEMCPY_BCOPY      801 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(context->buffer, data, len);
MEMCPY_BCOPY      870 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(d, context->state, SHA512_DIGEST_LENGTH);
MEMCPY_BCOPY      883 ext/digest/sha2/sha2.c 	MEMCPY_BCOPY(context->state, sha384_initial_hash_value, SHA512_DIGEST_LENGTH);
MEMCPY_BCOPY      913 ext/digest/sha2/sha2.c 		MEMCPY_BCOPY(d, context->state, SHA384_DIGEST_LENGTH);