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

/linux-master/lib/crypto/mpi/
H A DMakefile11 generic_mpih-mul2.o \
H A Dec.c460 void (*mul2)(MPI w, MPI u, struct mpi_ec_ctx *ctx); member in struct:field_table
616 ctx->mul2 = ec_mul2;
630 ctx->mul2 = field_table[i].mul2;
886 ctx->mul2(J, H, ctx);
/linux-master/include/linux/
H A Dmpi.h245 void (*mul2)(MPI w, MPI u, struct mpi_ec_ctx *ctx); member in struct:mpi_ec_ctx

Completed in 126 milliseconds