Searched refs:gcm_ghash (Results 1 – 2 of 2) sorted by relevance
121 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); in gcm_mode_encrypt_contiguous_blocks()266 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_encrypt_final()357 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash); in gcm_decrypt_incomplete_block()425 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_decrypt_final()524 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_format_initial_blocks()582 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_init()
212 uint64_t gcm_ghash[2]; member