Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dccm.c416 size_t pt_part = pt_len - pd_len - ctx->ccm_remainder_len; in ccm_mode_decrypt_contiguous_blocks() local
418 mac_len = length - pt_part; in ccm_mode_decrypt_contiguous_blocks()
421 bcopy(data + pt_part, ctx->ccm_mac_input_buf, mac_len); in ccm_mode_decrypt_contiguous_blocks()
423 if (pt_part + ctx->ccm_remainder_len < block_size) { in ccm_mode_decrypt_contiguous_blocks()
429 [ctx->ccm_remainder_len], pt_part); in ccm_mode_decrypt_contiguous_blocks()
430 ctx->ccm_remainder_len += pt_part; in ccm_mode_decrypt_contiguous_blocks()
437 length = pt_part; in ccm_mode_decrypt_contiguous_blocks()