Lines Matching defs:GHASH
544 #define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len)
641 # ifdef GHASH
642 # undef GHASH
643 # define GHASH(ctx,in,len) (*gcm_ghash_p)(ctx->Xi.u,ctx->Htable,in,len)
766 # ifdef GHASH
795 #ifdef GHASH
797 GHASH(ctx, aad, i);
833 # ifdef GHASH
845 /* First call to encrypt finalizes GHASH(AAD) */
874 #if defined(GHASH) && defined(GHASH_CHUNK)
893 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK);
914 GHASH(ctx, out - j, j);
979 # ifdef GHASH
991 /* First call to decrypt finalizes GHASH(AAD) */
1021 #if defined(GHASH) && defined(GHASH_CHUNK)
1025 GHASH(ctx, in, GHASH_CHUNK);
1044 GHASH(ctx, in, i);
1129 # ifdef GHASH
1141 /* First call to encrypt finalizes GHASH(AAD) */
1162 #if defined(GHASH) && !defined(OPENSSL_SMALL_FOOTPRINT)
1167 GHASH(ctx, out, GHASH_CHUNK);
1181 #if defined(GHASH)
1182 GHASH(ctx, out, i);
1219 # ifdef GHASH
1231 /* First call to decrypt finalizes GHASH(AAD) */
1254 #if defined(GHASH) && !defined(OPENSSL_SMALL_FOOTPRINT)
1256 GHASH(ctx, in, GHASH_CHUNK);
1268 #if defined(GHASH)
1269 GHASH(ctx, in, i);