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

/external/dropbear/libtommath/mtest/
H A Dmpi.c176 mp_err s_mp_sub_d(mp_int *mp, mp_digit d); /* unsigned digit subtract */
549 res = s_mp_sub_d(b, d);
585 if((res = s_mp_sub_d(b, d)) != MP_OKAY)
3120 /* {{{ s_mp_sub_d(mp, d) */
3123 mp_err s_mp_sub_d(mp_int *mp, mp_digit d) /* unsigned digit subtract */ function
3151 } /* end s_mp_sub_d() */

Completed in 20 milliseconds