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

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c121 xor_block((uint8_t *)(d), (uint8_t *)(c)->gcm_ghash); \
122 gcm_mul((uint64_t *)(void *)(c)->gcm_ghash, (c)->gcm_H, \
224 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash);
266 ghash = (uint8_t *)ctx->gcm_ghash;
357 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash);
425 ghash = (uint8_t *)ctx->gcm_ghash;
524 ghash = (uint8_t *)ctx->gcm_ghash;
582 ghash = (uint8_t *)ctx->gcm_ghash;
H A Dmodes.h184 * gcm_ghash: Stores output from the GHASH function.
212 uint64_t gcm_ghash[2]; member in struct:gcm_ctx

Completed in 46 milliseconds