Home
last modified time | relevance | path

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

/linux-5.19.10/lib/mpi/
Dmpi-mod.c95 void mpi_mod_barrett(MPI r, MPI x, mpi_barrett_t ctx) in mpi_mod_barrett() function
156 mpi_mod_barrett(w, w, ctx); in mpi_mul_barrett()
Dec.c117 mpi_mod_barrett(w, w, ec->t.p_barrett); in ec_mod()
/linux-5.19.10/include/linux/
Dmpi.h114 void mpi_mod_barrett(MPI r, MPI x, mpi_barrett_t ctx);