Home
last modified time | relevance | path

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

/linux-5.19.10/lib/mpi/
DMakefile11 generic_mpih-mul2.o \
Dec.c460 void (*mul2)(MPI w, MPI u, struct mpi_ec_ctx *ctx); member
613 ctx->mul2 = ec_mul2; in mpi_ec_init()
627 ctx->mul2 = field_table[i].mul2; in mpi_ec_init()
883 ctx->mul2(J, H, ctx); in dup_point_edwards()
/linux-5.19.10/include/linux/
Dmpi.h245 void (*mul2)(MPI w, MPI u, struct mpi_ec_ctx *ctx); member