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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_cmp_mag.c 21 int mp_cmp_mag (mp_int * a, mp_int * b) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 167 static int mp_cmp_mag(mp_int * a, mp_int * b);
435 if (mp_cmp_mag (a, b) == MP_LT) {
467 if (mp_cmp_mag (a, b) != MP_LT) {
692 return mp_cmp_mag(b, a);
694 return mp_cmp_mag(a, b);
903 while (mp_cmp_mag(&C, b) != MP_LT) {
919 static int mp_cmp_mag (mp_int * a, mp_int * b) function
1612 if (mp_cmp_mag (a, b) == MP_LT) {
1694 if (mp_cmp_mag (a, b) == MP_LT) {
1807 } while (mp_cmp_mag(&t1, &t2) == MP_GT)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 400 mp_cmp_mag (mp_int * a, mp_int * b) function
449 return mp_cmp_mag(b, a);
451 return mp_cmp_mag(a, b);
766 if (mp_cmp_mag (a, b) != MP_LT) {
913 if (mp_cmp_mag (a, b) == MP_LT) {
1072 if (mp_cmp_mag (a, b) == MP_LT) {
1185 } while (mp_cmp_mag(&t1, &t2) == MP_GT);
1631 while (mp_cmp_mag(&C, b) != MP_LT) {
2749 if (mp_cmp_mag(a, n) != MP_LT) {
3767 if (mp_cmp_mag (x, n) != MP_LT)
    [all...]

Completed in 18 milliseconds