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

/illumos-gate/usr/src/common/crypto/modes/
H A Dccm.c77 lastp = (uint8_t *)ctx->ccm_cb;
108 /* ccm_cb is the counter block */
109 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb,
118 counter = ntohll(ctx->ccm_cb[1] & ctx->ccm_counter_mask);
121 ctx->ccm_cb[1] =
122 (ctx->ccm_cb[1] & ~(ctx->ccm_counter_mask)) | counter;
194 ctx->ccm_cb[1] = (ctx->ccm_cb[1] & ~(ctx->ccm_counter_mask)) | counter;
197 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, counterp);
251 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, last
[all...]
H A Dmodes.h174 #define ccm_cb ccm_common.cc_iv macro

Completed in 71 milliseconds