Lines Matching defs:bcopy
56 #define bcopy(_s, _d, _l) ((void) memcpy((_d), (_s), (_l)))
233 * only do initial bcopy() and SHA1Transform() if
235 * wasting our time doing the bcopy() since there
241 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len);
286 bcopy(&input[i], input64, 64);
316 * of calling bcopy(), since the bcopy() in this case
327 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i);
363 * only do initial bcopy() and SHA1Transform() if
365 * wasting our time doing the bcopy() since there
371 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len);
391 * of calling bcopy(), since the bcopy() in this case
402 bcopy(&input[i], &ctx->buf_un.buf8[buf_index], input_len - i);
519 * having to bcopy() this array onto the stack frame of
554 * LOAD_BIG_32() directly. otherwise, bcopy() into a
557 * that using the bcopy() is better than loading the bytes
562 * blk = bcopy(ctx->buf_un.buf32, blk, sizeof (ctx->buf_un.buf32));
569 bcopy(blk, ctx->buf_un.buf32, sizeof (ctx->buf_un.buf32));