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

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c160 lastp = (uint8_t *)ctx->gcm_cb;
184 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
187 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter;
189 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb,
280 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
283 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter;
285 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb,
343 counter = ntohll(ctx->gcm_cb[
[all...]
H A Dmodes.h222 #define gcm_cb gcm_common.cc_iv macro

Completed in 45 milliseconds