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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/
H A Dmpi.c199 int s_mp_cmp_d(mp_int *a, mp_digit d); /* magnitude digit compare */
550 } else if(s_mp_cmp_d(b, d) >= 0) {
586 } else if(s_mp_cmp_d(b, d) >= 0) {
597 if(s_mp_cmp_d(b, 0) == 0)
708 if(s_mp_cmp_d(q, 0) == MP_EQ)
718 if(s_mp_cmp_d(&qp, 0) == 0)
846 if(s_mp_cmp_d(b, 0) == MP_EQ)
1072 if(sgn == MP_ZPOS || s_mp_cmp_d(c, 0) == MP_EQ)
1205 if(s_mp_cmp_d(&qtmp, 0) == MP_EQ)
1207 if(s_mp_cmp_d(
3812 int s_mp_cmp_d(mp_int *a, mp_digit d) function
[all...]

Completed in 106 milliseconds