Searched refs:cbc_copy_to (Results 1 – 2 of 2) sorted by relevance
65 ctx->cbc_copy_to = datap; in cbc_encrypt_contiguous_blocks()101 bcopy(blockp, ctx->cbc_copy_to, in cbc_encrypt_contiguous_blocks()145 ctx->cbc_copy_to = datap; in cbc_encrypt_contiguous_blocks()148 ctx->cbc_copy_to = NULL; in cbc_encrypt_contiguous_blocks()192 ctx->cbc_copy_to = datap; in cbc_decrypt_contiguous_blocks()251 bcopy(blockp, ctx->cbc_copy_to, ctx->cbc_remainder_len); in cbc_decrypt_contiguous_blocks()270 ctx->cbc_copy_to = datap; in cbc_decrypt_contiguous_blocks()273 ctx->cbc_copy_to = NULL; in cbc_decrypt_contiguous_blocks()
114 #define cbc_copy_to cbc_common.cc_copy_to macro