MEMCPY_BCOPY 271 srclib/apr/random/unix/sha2.c MEMCPY_BCOPY(context->state, sha256_initial_hash_value, SHA256_DIGEST_LENGTH); MEMCPY_BCOPY 470 srclib/apr/random/unix/sha2.c MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace); MEMCPY_BCOPY 477 srclib/apr/random/unix/sha2.c MEMCPY_BCOPY(&context->buffer[usedspace], data, len); MEMCPY_BCOPY 493 srclib/apr/random/unix/sha2.c MEMCPY_BCOPY(context->buffer, data, len); MEMCPY_BCOPY 555 srclib/apr/random/unix/sha2.c MEMCPY_BCOPY(d, context->state, SHA256_DIGEST_LENGTH); MEMCPY_BCOPY 601 srclib/apr/random/unix/sha2.c MEMCPY_BCOPY(context->state, sha512_initial_hash_value, SHA512_DIGEST_LENGTH); MEMCPY_BCOPY 794 srclib/apr/random/unix/sha2.c MEMCPY_BCOPY(&context->buffer[usedspace], data, freespace); MEMCPY_BCOPY 801 srclib/apr/random/unix/sha2.c MEMCPY_BCOPY(&context->buffer[usedspace], data, len); MEMCPY_BCOPY 817 srclib/apr/random/unix/sha2.c MEMCPY_BCOPY(context->buffer, data, len); MEMCPY_BCOPY 887 srclib/apr/random/unix/sha2.c MEMCPY_BCOPY(d, context->state, SHA512_DIGEST_LENGTH); MEMCPY_BCOPY 932 srclib/apr/random/unix/sha2.c MEMCPY_BCOPY(context->state, sha384_initial_hash_value, SHA512_DIGEST_LENGTH); MEMCPY_BCOPY 962 srclib/apr/random/unix/sha2.c MEMCPY_BCOPY(d, context->state, SHA384_DIGEST_LENGTH);