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

/external/dropbear/libtommath/
H A Dbn_mp_mod_d.c19 mp_mod_d (mp_int * a, mp_digit b, mp_digit * c) function
H A Dbn_mp_prime_is_divisible.c33 if ((err = mp_mod_d (a, ltm_prime_tab[ix], &res)) != MP_OKAY) {
H A Dbn_mp_is_square.c66 if ((res = mp_mod_d(arg,105,&c)) != MP_OKAY) {
H A Dbn_mp_prime_next_prime.c97 if ((err = mp_mod_d(a, ltm_prime_tab[x], res_tab + x)) != MP_OKAY) {
H A Dtommath.h352 int mp_mod_d(mp_int *a, mp_digit b, mp_digit *c);
H A Dbn.tex1826 int mp_mod_d(mp_int *a, mp_digit b, mp_digit *c);
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h480 #define mp_mod_d(a, b, c) ltc_mp.modi(a, b, c) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.h144 mp_err mp_mod_d(mp_int *a, mp_digit d, mp_digit *c);
H A Dmpi.c1406 /* {{{ mp_mod_d(a, d, c) */
1409 mp_mod_d(a, d, c)
1413 mp_err mp_mod_d(mp_int *a, mp_digit d, mp_digit *c) function
1436 } /* end mp_mod_d() */
/external/dropbear/libtomcrypt/src/math/
H A Dltm_desc.c286 if ((err = mpi_to_ltc_error(mp_mod_d(a, b, &tmp))) != CRYPT_OK) {
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c3938 if ((res = mp_mod_d(arg,105,&c)) != MP_OKAY) {
4655 mp_mod_d (mp_int * a, mp_digit b, mp_digit * c) function
5620 if ((err = mp_mod_d (a, ltm_prime_tab[ix], &res)) != MP_OKAY) {
5932 if ((err = mp_mod_d(a, ltm_prime_tab[x], res_tab + x)) != MP_OKAY) {

Completed in 136 milliseconds