Searched refs:mpihelp_sub_1 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/lib/crypto/mpi/ |
H A D | mpi-inline.h | 67 mpihelp_sub_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_sub_1() function 104 cy = mpihelp_sub_1(res_ptr + s2_size, s1_ptr + s2_size, in mpihelp_sub()
|
H A D | mpi-sub-ui.c | 68 mpihelp_sub_1(w->d, u->d, u->nlimbs, (mpi_limb_t) vval); in mpi_sub_ui()
|
H A D | mpi-add.c | 55 mpihelp_sub_1(wp, up, usize, v); in mpi_add_ui()
|
H A D | mpi-internal.h | 153 static inline mpi_limb_t mpihelp_sub_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr,
|