HomeSort by: relevance | last modified time | path
    Searched defs:mp_cmp_d (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_cmp_d.c 21 int mp_cmp_d(mp_int * a, mp_digit b) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 700 static int mp_cmp_d(mp_int * a, mp_digit b) function
890 if (mp_cmp_d (&v, 1) != MP_EQ) {
896 while (mp_cmp_d(&C, 0) == MP_LT) {
2305 if (mp_cmp_d (x, 0) == MP_LT) {
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 1327 static int mp_cmp_d(const mp_int * a, mp_digit b) function
1469 if (mp_cmp_d (&v, (unsigned long)1) != MP_EQ) {
1618 if (mp_cmp_d (&v, 1) != MP_EQ) {
1624 while (mp_cmp_d(&C, 0) == MP_LT) {
2670 if (mp_cmp_d (x, 0) == MP_LT) {
4832 if (mp_cmp_d(b, 1) != MP_GT) {
4868 if (mp_cmp_d (&y, 1) != MP_EQ && mp_cmp (&y, &n1) != MP_EQ) {
4877 if (mp_cmp_d (&y, 1) == MP_EQ) {
4921 if (mp_cmp_d(a, ltm_prime_tab[ix]) == MP_EQ) {
5143 if (mp_cmp_d(a, 0) != MP_EQ)
    [all...]

Completed in 38 milliseconds