Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/modes/
HDgcm128.c612 # define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len) macro
729 # ifdef GHASH
730 # undef GHASH
731 # define GHASH(ctx,in,len) (*gcm_ghash_p)(ctx->Xi.u,ctx->Htable,in,len) macro
901 # ifdef GHASH
929 #ifdef GHASH
931 GHASH(ctx, aad, i);
971 # ifdef GHASH
1021 # if defined(GHASH) && defined(GHASH_CHUNK)
1045 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK);
[all …]
/trueos/crypto/openssl/
HDCHANGES681 - *: GHASH and GF(2^m) multiplication implementations;