Searched refs:GHASH (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/modes/ |
D | gcm.c | 314 #define GHASH(ctx, in, len) gcm_ghash_4bit((ctx)->Xi.u, (ctx)->Htable, in, len) macro 400 #ifdef GHASH 401 #undef GHASH 402 #define GHASH(ctx, in, len) (*gcm_ghash_p)(ctx->Xi.u, ctx->Htable, in, len) macro 574 #ifdef GHASH in CRYPTO_gcm128_aad() 605 #ifdef GHASH in CRYPTO_gcm128_aad() 607 GHASH(ctx, aad, i); in CRYPTO_gcm128_aad() 645 #ifdef GHASH in CRYPTO_gcm128_encrypt() 705 #if defined(GHASH) && defined(GHASH_CHUNK) in CRYPTO_gcm128_encrypt() 727 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK); in CRYPTO_gcm128_encrypt() [all …]
|