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

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c306 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0,
307 (uint8_t *)ctx->gcm_J0);
308 xor_block((uint8_t *)ctx->gcm_J0, ghash);
467 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0,
468 (uint8_t *)ctx->gcm_J0);
469 xor_block((uint8_t *)ctx->gcm_J0, ghash);
533 copy_block(cb, (uint8_t *)ctx->gcm_J0);
552 GHASH(ctx, len_a_len_c, ctx->gcm_J0);
555 copy_block((uint8_t *)ctx->gcm_J0, (uint8_t *)cb);
H A Dmodes.h198 * gcm_J0: Pre-counter block generated from the IV.
214 uint64_t gcm_J0[2]; member in struct:gcm_ctx

Completed in 46 milliseconds