Searched refs:GHASH (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/lib/libcrypto/modes/ |
| D | gcm128.c | 544 #define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len) macro 641 # ifdef GHASH 642 # undef GHASH 643 # define GHASH(ctx,in,len) (*gcm_ghash_p)(ctx->Xi.u,ctx->Htable,in,len) macro 766 # ifdef GHASH 795 #ifdef GHASH 797 GHASH(ctx, aad, i); 833 # ifdef GHASH 874 #if defined(GHASH) && defined(GHASH_CHUNK) 893 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK); [all …]
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/build/ |
| D | BUILD.gn | 157 ldflags += [ "/DEBUG:GHASH" ]
|