ossl_polyval_ghash_init
void ossl_polyval_ghash_init(u128 Htable[16], const uint64_t H[2]);
ossl_polyval_ghash_init(ctx->Htable, (const uint64_t *)ctx->msg_auth_key);
ossl_polyval_ghash_init(ctx->Htable, (const uint64_t *)ctx->msg_auth_key);