Searched refs:GHASH (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/modes/ |
D | gcm.c | 316 #define GHASH(ctx, in, len) gcm_ghash_4bit((ctx)->Xi.u, (ctx)->Htable, in, len) macro 402 #ifdef GHASH 403 #undef GHASH 404 #define GHASH(ctx, in, len) (*gcm_ghash_p)(ctx->Xi.u, ctx->Htable, in, len) macro 577 #ifdef GHASH in CRYPTO_gcm128_aad() 608 #ifdef GHASH in CRYPTO_gcm128_aad() 610 GHASH(ctx, aad, i); in CRYPTO_gcm128_aad() 648 #ifdef GHASH in CRYPTO_gcm128_encrypt() 708 #if defined(GHASH) && defined(GHASH_CHUNK) in CRYPTO_gcm128_encrypt() 730 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK); in CRYPTO_gcm128_encrypt() [all …]
|