Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/modes/
H A Dgcm128.c217 # define GCM_MUL(ctx) gcm_gmult_8bit(ctx->Xi.u,ctx->Htable) macro
549 # define GCM_MUL(ctx) gcm_gmult_4bit(ctx->Xi.u,ctx->Htable) macro
620 # define GCM_MUL(ctx) gcm_gmult_1bit(ctx->Xi.u,ctx->H.u) macro
696 # undef GCM_MUL
697 # define GCM_MUL(ctx) (*gcm_gmult_p)(ctx->Xi.u,ctx->Htable) macro
847 GCM_MUL(ctx);
854 GCM_MUL(ctx);
874 GCM_MUL(ctx);
935 GCM_MUL(ctx);
951 GCM_MUL(ctx);
[all …]