Lines Matching refs:bcopy
61 bcopy(datap, in cbc_encrypt_contiguous_blocks()
81 bcopy(datap, &((uint8_t *)ctx->cbc_remainder) in cbc_encrypt_contiguous_blocks()
101 bcopy(blockp, ctx->cbc_copy_to, in cbc_encrypt_contiguous_blocks()
103 bcopy(blockp + ctx->cbc_remainder_len, datap, in cbc_encrypt_contiguous_blocks()
120 bcopy(lastp, out_data_1, out_data_1_len); in cbc_encrypt_contiguous_blocks()
122 bcopy(lastp + out_data_1_len, in cbc_encrypt_contiguous_blocks()
143 bcopy(datap, ctx->cbc_remainder, remainder); in cbc_encrypt_contiguous_blocks()
188 bcopy(datap, in cbc_decrypt_contiguous_blocks()
208 bcopy(datap, &((uint8_t *)ctx->cbc_remainder) in cbc_decrypt_contiguous_blocks()
240 bcopy(blockp, out_data_1, out_data_1_len); in cbc_decrypt_contiguous_blocks()
242 bcopy(blockp + out_data_1_len, out_data_2, in cbc_decrypt_contiguous_blocks()
251 bcopy(blockp, ctx->cbc_copy_to, ctx->cbc_remainder_len); in cbc_decrypt_contiguous_blocks()
252 bcopy(blockp + ctx->cbc_remainder_len, datap, need); in cbc_decrypt_contiguous_blocks()
267 bcopy(datap, ctx->cbc_remainder, remainder); in cbc_decrypt_contiguous_blocks()