Searched refs:GHASH (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c612 # define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len) macro
766 # ifdef GHASH
767 # undef GHASH macro
768 # define GHASH(ctx,in,len) (*gcm_ghash_p)(ctx->Xi.u,ctx->Htable,in,len) macro
855 # if defined(GHASH)
879 # if defined(GHASH)
983 # ifdef GHASH
1011 #ifdef GHASH
1013 GHASH(ctx, aad, i);
1053 # ifdef GHASH
[all...]

Completed in 59 milliseconds