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

/external/dropbear/libtommath/mtest/
H A Dmpi.c196 int s_mp_cmp(mp_int *a, mp_int *b); /* magnitude comparison */
887 } else if((cmp = s_mp_cmp(a, b)) > 0) { /* different sign: a > b */
982 } else if((cmp = s_mp_cmp(a, b)) > 0) { /* Same sign, a > b */
1157 if((cmp = s_mp_cmp(a, b)) < 0) {
1376 if((mag = s_mp_cmp(a, m)) > 0) {
1819 if((mag = s_mp_cmp(a, b)) == MP_EQ)
1849 return s_mp_cmp(a, b);
3666 while(s_mp_cmp(&rem, b) < 0 && ix >= 0) {
3679 if(s_mp_cmp(&rem, b) < 0)
3704 while(s_mp_cmp(
3779 int s_mp_cmp(mp_int *a, mp_int *b) function
[all...]

Completed in 46 milliseconds