Searched defs: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 402 #define GHASH(ctx, in, len) (*gcm_ghash_p)(ctx->Xi.u, ctx->Htable, in, len) macro
|