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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_div.c 23 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
105 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
bn_mp_div.c 23 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
105 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 164 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
561 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1601 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1683 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
2242 return mp_div (a, b, a, NULL);
libtommath.c 164 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
561 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1601 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1683 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
2242 return mp_div (a, b, a, NULL);
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 1061 mp_div(mp_int *c, mp_int *d, const mp_int *a, const mp_int *b) function
1255 if ((res = mp_div (NULL, &t, a, b)) != MP_OKAY) {
1744 return mp_div (a, NULL, a, b);
5368 return mp_div(dv, rem, __UNCONST(a), __UNCONST(d)) == MP_OKAY;
bignum.c 1061 mp_div(mp_int *c, mp_int *d, const mp_int *a, const mp_int *b) function
1255 if ((res = mp_div (NULL, &t, a, b)) != MP_OKAY) {
1744 return mp_div (a, NULL, a, b);
5368 return mp_div(dv, rem, __UNCONST(a), __UNCONST(d)) == MP_OKAY;

Completed in 117 milliseconds