Searched refs:GHASH (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm.c | 248 #define GHASH(ctx, in, len) gcm_ghash_4bit((ctx)->Xi.u, (ctx)->Htable, in, len) macro 341 #ifdef GHASH 342 #undef GHASH 343 #define GHASH(ctx, in, len) (*gcm_ghash_p)((ctx)->Xi.u, (ctx)->Htable, in, len) macro 490 #ifdef GHASH in CRYPTO_gcm128_aad() 522 #ifdef GHASH in CRYPTO_gcm128_aad() 525 GHASH(ctx, aad, len_blocks); in CRYPTO_gcm128_aad() 560 #ifdef GHASH in CRYPTO_gcm128_encrypt() 612 #if defined(GHASH) && defined(GHASH_CHUNK) in CRYPTO_gcm128_encrypt() 630 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK); in CRYPTO_gcm128_encrypt() [all …]
|