Home
last modified time | relevance | path

Searched refs:cbc_copy_to (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dcbc.c72 ctx->cbc_copy_to = datap; in cbc_encrypt_contiguous_blocks()
109 bcopy(blockp, ctx->cbc_copy_to, in cbc_encrypt_contiguous_blocks()
162 ctx->cbc_copy_to = datap; in cbc_encrypt_contiguous_blocks()
165 ctx->cbc_copy_to = NULL; in cbc_encrypt_contiguous_blocks()
209 ctx->cbc_copy_to = datap; in cbc_decrypt_contiguous_blocks()
268 bcopy(blockp, ctx->cbc_copy_to, ctx->cbc_remainder_len); in cbc_decrypt_contiguous_blocks()
287 ctx->cbc_copy_to = datap; in cbc_decrypt_contiguous_blocks()
290 ctx->cbc_copy_to = NULL; in cbc_decrypt_contiguous_blocks()
H A Dmodes.h125 #define cbc_copy_to cbc_common.cc_copy_to macro