Home | History | Annotate | Download | only in modes

Lines Matching refs:gcm_gmult_4bit

335 static void gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16])
570 void gcm_gmult_4bit(u64 Xi[2],const u128 Htable[16]);
574 #define GCM_MUL(ctx,Xi) gcm_gmult_4bit(ctx->Xi.u,ctx->Htable)
738 ctx->gmult = gcm_gmult_4bit;
747 ctx->gmult = gcm_gmult_4bit;