Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/mpi/
H A 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()
H A Dec.c117 mpi_mod_barrett(w, w, ec->t.p_barrett); in ec_mod()
/openbmc/linux/include/linux/
H A Dmpi.h114 void mpi_mod_barrett(MPI r, MPI x, mpi_barrett_t ctx);