Searched defs:GHASH (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/modes/ |
H A D | gcm128.c | 551 # 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 D | gcm.c | 38 #define GHASH(c, d, t, o) \ macro
|