Home
last modified time | relevance | path

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

/external/dropbear/libtommath/mtest/
Dmpi.c671 return MP_RANGE; in mp_div_d()
1152 return MP_RANGE; in mp_div()
1272 return MP_RANGE; in mp_expt()
1361 return MP_RANGE; in mp_mod()
1464 return MP_RANGE; in mp_sqrt()
1645 return MP_RANGE; in mp_exptmod()
1928 return MP_RANGE; in mp_gcd()
2070 return MP_RANGE; in mp_xgcd()
2191 return MP_RANGE; in mp_invmod()
2549 ARGCHK(radix > 1 && radix <= MAX_RADIX, MP_RANGE); in mp_toradix()
[all …]
Dmpi.h44 #define MP_RANGE -3 /* argument out of range */ macro
/external/dropbear/libtommath/
Dtommath.h145 #define MP_RANGE MP_VAL macro