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 592 ext/digest/sha2/sha2.c MEMCPY_BCOPY(context->state, sha512_initial_hash_value, SHA512_DIGEST_LENGTH);
MEMCPY_BCOPY 784 ext/digest/sha2/sha2.c MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace);
MEMCPY_BCOPY 791 ext/digest/sha2/sha2.c MEMCPY_BCOPY(&context->buffer[usedspace], data, len);
MEMCPY_BCOPY 807 ext/digest/sha2/sha2.c MEMCPY_BCOPY(context->buffer, data, len);
MEMCPY_BCOPY 876 ext/digest/sha2/sha2.c MEMCPY_BCOPY(d, context->state, SHA512_DIGEST_LENGTH);
MEMCPY_BCOPY 895 ext/digest/sha2/sha2.c MEMCPY_BCOPY(context->state, sha384_initial_hash_value, SHA512_DIGEST_LENGTH);
MEMCPY_BCOPY 925 ext/digest/sha2/sha2.c MEMCPY_BCOPY(d, context->state, SHA384_DIGEST_LENGTH);