Searched refs:GHASH (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/modes/ |
D | gcm.c | 249 #define GHASH(ctx, in, len) gcm_ghash_4bit((ctx)->Xi.u, (ctx)->Htable, in, len) macro 347 #ifdef GHASH 348 #undef GHASH 349 #define GHASH(ctx, in, len) (*gcm_ghash_p)((ctx)->Xi.u, (ctx)->Htable, in, len) macro 488 #ifdef GHASH in CRYPTO_gcm128_aad() 520 #ifdef GHASH in CRYPTO_gcm128_aad() 523 GHASH(ctx, aad, len_blocks); in CRYPTO_gcm128_aad() 558 #ifdef GHASH in CRYPTO_gcm128_encrypt() 610 #if defined(GHASH) && defined(GHASH_CHUNK) in CRYPTO_gcm128_encrypt() 628 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK); in CRYPTO_gcm128_encrypt() [all …]
|