Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dcbc.c57 ctx->cbc_remainder_len += length; in cbc_encrypt_contiguous_blocks()
67 if (ctx->cbc_remainder_len > 0) { in cbc_encrypt_contiguous_blocks()
74 [ctx->cbc_remainder_len], need); in cbc_encrypt_contiguous_blocks()
105 if (ctx->cbc_remainder_len != 0) { in cbc_encrypt_contiguous_blocks()
107 ctx->cbc_remainder_len = 0; in cbc_encrypt_contiguous_blocks()
117 ctx->cbc_remainder_len = remainder; in cbc_encrypt_contiguous_blocks()
164 ctx->cbc_remainder_len += length; in cbc_decrypt_contiguous_blocks()
174 if (ctx->cbc_remainder_len > 0) { in cbc_decrypt_contiguous_blocks()
217 if (ctx->cbc_remainder_len != 0) { in cbc_decrypt_contiguous_blocks()
219 ctx->cbc_remainder_len = 0; in cbc_decrypt_contiguous_blocks()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h117 #define cbc_remainder_len cbc_common.cc_remainder_len macro