Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c401 size_t pt_part = pt_len - pd_len - ctx->ccm_remainder_len; in ccm_mode_decrypt_contiguous_blocks() local
403 mac_len = length - pt_part; in ccm_mode_decrypt_contiguous_blocks()
406 memcpy(ctx->ccm_mac_input_buf, data + pt_part, mac_len); in ccm_mode_decrypt_contiguous_blocks()
408 if (pt_part + ctx->ccm_remainder_len < block_size) { in ccm_mode_decrypt_contiguous_blocks()
414 [ctx->ccm_remainder_len], datap, pt_part); in ccm_mode_decrypt_contiguous_blocks()
415 ctx->ccm_remainder_len += pt_part; in ccm_mode_decrypt_contiguous_blocks()
422 length = pt_part; in ccm_mode_decrypt_contiguous_blocks()