Searched refs:pt_part (Results 1 – 1 of 1) sorted by relevance
404 size_t pt_part = pt_len - pd_len - ctx->ccm_remainder_len; in ccm_mode_decrypt_contiguous_blocks() local406 mac_len = length - pt_part; in ccm_mode_decrypt_contiguous_blocks()409 bcopy(data + pt_part, ctx->ccm_mac_input_buf, mac_len); in ccm_mode_decrypt_contiguous_blocks()411 if (pt_part + ctx->ccm_remainder_len < block_size) { in ccm_mode_decrypt_contiguous_blocks()417 [ctx->ccm_remainder_len], pt_part); in ccm_mode_decrypt_contiguous_blocks()418 ctx->ccm_remainder_len += pt_part; in ccm_mode_decrypt_contiguous_blocks()425 length = pt_part; in ccm_mode_decrypt_contiguous_blocks()