Searched refs:GHASH (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/common/crypto/modes/ |
H A D | gcm.c | 120 #define GHASH(c, d, t) \ macro 224 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash); in gcm_mode_encrypt_contiguous_blocks() 298 GHASH(ctx, macp, ghash); in gcm_encrypt_final() 305 GHASH(ctx, ctx->gcm_len_a_len_c, ghash); in gcm_encrypt_final() 357 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash); in gcm_decrypt_incomplete_block() 443 GHASH(ctx, blockp, ghash); in gcm_decrypt_final() 466 GHASH(ctx, ctx->gcm_len_a_len_c, ghash); in gcm_decrypt_final() 547 GHASH(ctx, datap, ghash); in gcm_format_initial_blocks() 552 GHASH(ctx, len_a_len_c, ctx->gcm_J0); in gcm_format_initial_blocks() 605 GHASH(ctx, datap, ghash); in gcm_init()
|