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.c402 size_t pt_part = pt_len - pd_len - ctx->ccm_remainder_len; in ccm_mode_decrypt_contiguous_blocks() local
404 mac_len = length - pt_part; in ccm_mode_decrypt_contiguous_blocks()
407 memcpy(ctx->ccm_mac_input_buf, data + pt_part, mac_len); in ccm_mode_decrypt_contiguous_blocks()
409 if (pt_part + ctx->ccm_remainder_len < block_size) { in ccm_mode_decrypt_contiguous_blocks()
415 [ctx->ccm_remainder_len], datap, pt_part); in ccm_mode_decrypt_contiguous_blocks()
416 ctx->ccm_remainder_len += pt_part; in ccm_mode_decrypt_contiguous_blocks()
423 length = pt_part; in ccm_mode_decrypt_contiguous_blocks()