Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dcbc.c129 if (ctx->cbc_lastp != NULL) { in cbc_encrypt_contiguous_blocks()
130 copy_block((uint8_t *)ctx->cbc_lastp, (uint8_t *)ctx->cbc_iv); in cbc_encrypt_contiguous_blocks()
131 ctx->cbc_lastp = (uint8_t *)ctx->cbc_iv; in cbc_encrypt_contiguous_blocks()
169 lastp = ctx->cbc_lastp; in cbc_decrypt_contiguous_blocks()
230 ctx->cbc_lastp = lastp; in cbc_decrypt_contiguous_blocks()
238 ctx->cbc_lastp = lastp; in cbc_decrypt_contiguous_blocks()
257 cbc_ctx->cbc_lastp = (uint8_t *)&cbc_ctx->cbc_iv[0]; in cbc_init_ctx()
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h118 #define cbc_lastp cbc_common.cc_lastp macro