Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c65 ctx->ccm_remainder_len += length; in ccm_mode_encrypt_contiguous_blocks()
77 if (ctx->ccm_remainder_len > 0) { in ccm_mode_encrypt_contiguous_blocks()
146 if (ctx->ccm_remainder_len != 0) { in ccm_mode_encrypt_contiguous_blocks()
148 ctx->ccm_remainder_len = 0; in ccm_mode_encrypt_contiguous_blocks()
224 if (ctx->ccm_remainder_len > 0) { in ccm_encrypt_final()
257 if (ctx->ccm_remainder_len > 0) { in ccm_encrypt_final()
288 ctx->ccm_remainder_len; in ccm_encrypt_final()
313 ctx->ccm_remainder_len = 0; in ccm_encrypt_final()
421 ctx->ccm_remainder_len = 0; in ccm_mode_decrypt_contiguous_blocks()
487 ctx->ccm_remainder_len = 0; in ccm_mode_decrypt_contiguous_blocks()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h181 #define ccm_remainder_len ccm_common.cc_remainder_len macro