Lines Matching refs:GHASH

330 #  define GHASH(ctx,in,len) ctx->funcs.ghash((ctx)->Xi.u,(ctx)->Htable,in,len)  macro
747 #ifdef GHASH in CRYPTO_gcm128_aad()
749 GHASH(ctx, aad, i); in CRYPTO_gcm128_aad()
792 #if defined(GHASH) && !defined(OPENSSL_SMALL_FOOTPRINT) in CRYPTO_gcm128_encrypt()
822 # if defined(GHASH) in CRYPTO_gcm128_encrypt()
829 GHASH(ctx, ctx->Xn, mres); in CRYPTO_gcm128_encrypt()
854 # if defined(GHASH) in CRYPTO_gcm128_encrypt()
856 GHASH(ctx, ctx->Xn, mres); in CRYPTO_gcm128_encrypt()
883 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK); in CRYPTO_gcm128_encrypt()
910 GHASH(ctx, out - j, j); in CRYPTO_gcm128_encrypt()
946 # if defined(GHASH) in CRYPTO_gcm128_encrypt()
978 #if defined(GHASH) && !defined(OPENSSL_SMALL_FOOTPRINT) in CRYPTO_gcm128_encrypt()
982 GHASH(ctx,ctx->Xn,sizeof(ctx->Xn)); in CRYPTO_gcm128_encrypt()
1017 #if defined(GHASH) && !defined(OPENSSL_SMALL_FOOTPRINT) in CRYPTO_gcm128_decrypt()
1047 # if defined(GHASH) in CRYPTO_gcm128_decrypt()
1054 GHASH(ctx, ctx->Xn, mres); in CRYPTO_gcm128_decrypt()
1081 # if defined(GHASH) in CRYPTO_gcm128_decrypt()
1083 GHASH(ctx, ctx->Xn, mres); in CRYPTO_gcm128_decrypt()
1090 GHASH(ctx, in, GHASH_CHUNK); in CRYPTO_gcm128_decrypt()
1115 GHASH(ctx, in, i); in CRYPTO_gcm128_decrypt()
1174 # if defined(GHASH) in CRYPTO_gcm128_decrypt()
1209 #if defined(GHASH) && !defined(OPENSSL_SMALL_FOOTPRINT) in CRYPTO_gcm128_decrypt()
1213 GHASH(ctx,ctx->Xn,sizeof(ctx->Xn)); in CRYPTO_gcm128_decrypt()
1252 #if defined(GHASH) in CRYPTO_gcm128_encrypt_ctr32()
1279 # if defined(GHASH) in CRYPTO_gcm128_encrypt_ctr32()
1286 GHASH(ctx, ctx->Xn, mres); in CRYPTO_gcm128_encrypt_ctr32()
1307 # if defined(GHASH) in CRYPTO_gcm128_encrypt_ctr32()
1309 GHASH(ctx, ctx->Xn, mres); in CRYPTO_gcm128_encrypt_ctr32()
1324 GHASH(ctx, out, GHASH_CHUNK); in CRYPTO_gcm128_encrypt_ctr32()
1346 # if defined(GHASH) in CRYPTO_gcm128_encrypt_ctr32()
1347 GHASH(ctx, out, i); in CRYPTO_gcm128_encrypt_ctr32()
1370 # if defined(GHASH) in CRYPTO_gcm128_encrypt_ctr32()
1406 # if defined(GHASH) in CRYPTO_gcm128_decrypt_ctr32()
1433 # if defined(GHASH) in CRYPTO_gcm128_decrypt_ctr32()
1440 GHASH(ctx, ctx->Xn, mres); in CRYPTO_gcm128_decrypt_ctr32()
1463 # if defined(GHASH) in CRYPTO_gcm128_decrypt_ctr32()
1465 GHASH(ctx, ctx->Xn, mres); in CRYPTO_gcm128_decrypt_ctr32()
1470 GHASH(ctx, in, GHASH_CHUNK); in CRYPTO_gcm128_decrypt_ctr32()
1490 # if defined(GHASH) in CRYPTO_gcm128_decrypt_ctr32()
1491 GHASH(ctx, in, i); in CRYPTO_gcm128_decrypt_ctr32()
1529 # if defined(GHASH) in CRYPTO_gcm128_decrypt_ctr32()
1552 #if defined(GHASH) && !defined(OPENSSL_SMALL_FOOTPRINT) in CRYPTO_gcm128_finish()
1562 GHASH(ctx, ctx->Xn, mres); in CRYPTO_gcm128_finish()
1588 #if defined(GHASH) && !defined(OPENSSL_SMALL_FOOTPRINT) in CRYPTO_gcm128_finish()
1593 GHASH(ctx, ctx->Xn, mres); in CRYPTO_gcm128_finish()