Searched refs:gcm_ghash (Results 1 – 2 of 2) sorted by relevance
38 xor_block((uint8_t *)(d), (uint8_t *)(c)->gcm_ghash); \39 (o)->mul((uint64_t *)(void *)(c)->gcm_ghash, (c)->gcm_H, \176 GHASH(ctx, ctx->gcm_tmp, ctx->gcm_ghash, gops); in gcm_mode_encrypt_contiguous_blocks()225 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_encrypt_final()387 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_decrypt_final()488 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_format_initial_blocks()544 ghash = (uint8_t *)ctx->gcm_ghash; in gcm_init()1167 uint64_t *ghash = ctx->gcm_ghash; in gcm_mode_encrypt_contiguous_blocks_avx()1309 uint8_t *ghash = (uint8_t *)ctx->gcm_ghash; in gcm_encrypt_final_avx()1381 uint64_t *ghash = ctx->gcm_ghash; in gcm_decrypt_final_avx()[all …]
225 uint64_t gcm_ghash[2]; member