Searched refs:mpi_sub_ui (Results 1 – 3 of 3) sorted by relevance
39 int mpi_sub_ui(MPI w, MPI u, unsigned long vval) in mpi_sub_ui() function 80 EXPORT_SYMBOL_GPL(mpi_sub_ui);
72 int mpi_sub_ui(MPI w, MPI u, unsigned long vval);
122 * in order to save one mpi_sub_ui() invocation here. Note that in dh_is_pubkey_valid() 219 ret = mpi_sub_ui(pone, ctx->p, 1); in dh_compute_value()