Searched defs: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; local
418 mac_len = length - pt_part;
421 bcopy(data + pt_part, ctx->ccm_mac_input_buf, mac_len);
423 if (pt_part + ctx->ccm_remainder_len < block_size) {
429 [ctx->ccm_remainder_len], pt_part);
430 ctx->ccm_remainder_len += pt_part;
437 length = pt_part;

Completed in 45 milliseconds