Home
last modified time | relevance | path

Searched refs:GHASH (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c154 #define GHASH(c, d, t) \ macro
274 GHASH(ctx, blockp, ctx->gcm_ghash); in gcm_mode_encrypt_contiguous_blocks()
281 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash); in gcm_mode_encrypt_contiguous_blocks()
357 GHASH(ctx, macp, ghash); in gcm_encrypt_final()
369 GHASH(ctx, ctx->gcm_len_a_len_c, ghash); in gcm_encrypt_final()
426 GHASH(ctx, macp, ghash); in gmac_mode_final()
435 GHASH(ctx, ctx->gcm_len_a_len_c, ghash); in gmac_mode_final()
480 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash); in gcm_decrypt_incomplete_block()
523 GHASH(ctx, macp, ghash); in gcm_mode_decrypt_contiguous_blocks()
595 GHASH(ctx, blockp, ghash); in gcm_decrypt_final()
[all …]