Home
last modified time | relevance | path

Searched defs:GHASH (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/modes/
H A Dgcm128.c551 # define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len) macro
700 # define GHASH(ctx,in,len) (*gcm_ghash_p)(ctx->Xi.u,ctx->Htable,in,len) macro
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c38 #define GHASH(c, d, t, o) \ macro