Searched refs:ccm_remainder (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dccm.c70 (uint8_t *)ctx->ccm_remainder + ctx->ccm_remainder_len,
91 bcopy(datap, &((uint8_t *)ctx->ccm_remainder)
94 blockp = (uint8_t *)ctx->ccm_remainder;
169 bcopy(datap, ctx->ccm_remainder, remainder);
243 bcopy(ctx->ccm_remainder, macp, ctx->ccm_remainder_len);
340 datap = (uint8_t *)ctx->ccm_remainder;
428 bcopy(datap, &((uint8_t *)ctx->ccm_remainder)
442 (uint8_t *)ctx->ccm_remainder + ctx->ccm_remainder_len,
457 bcopy(datap, &((uint8_t *)ctx->ccm_remainder)
460 blockp = (uint8_t *)ctx->ccm_remainder;
[all...]
H A Dmodes.h175 #define ccm_remainder ccm_common.cc_remainder macro

Completed in 46 milliseconds