Searched defs:GHASH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c120 #define GHASH(c, d, t) \ macro
224 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash);
298 GHASH(ctx, macp, ghash);
305 GHASH(ctx, ctx->gcm_len_a_len_c, ghash);
357 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash);
443 GHASH(ctx, blockp, ghash);
466 GHASH(ctx, ctx->gcm_len_a_len_c, ghash);
535 /* GHASH the IV */
547 GHASH(ctx, datap, ghash);
552 GHASH(ct
[all...]

Completed in 72 milliseconds