GHASH_CTX
void ghash_update(GHASH_CTX *, const uint8_t *, size_t);
ghash_update(GHASH_CTX *ctx, const uint8_t *X, size_t len)
GHASH_CTX ghash;