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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_div_2d.c 21 int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 154 static int mp_div_2d(mp_int * a, int b, mp_int * c, mp_int * d);
1005 if ((res = mp_div_2d (&t, 8, &t, NULL)) != MP_OKAY) {
1017 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) function
1646 if (((res = mp_div_2d(&tb, 1, &tb, NULL)) != MP_OKAY) ||
1647 ((res = mp_div_2d(&tq, 1, &tq, NULL)) != MP_OKAY)) {
1852 mp_div_2d (&x, norm, &x, NULL);
2156 if ((res = mp_div_2d(a, p, &q, a)) != MP_OKAY) {
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 972 static int mp_div_2d (const mp_int * a, int b, mp_int * c, mp_int * d) function
1230 mp_div_2d (&x, norm, &x, NULL);
2735 if ((res = mp_div_2d(a, p, &q, a)) != MP_OKAY) {
4015 if ((res = mp_div_2d(a, p, &q, a)) != MP_OKAY) {
4490 return mp_div_2d(a, ix, c, NULL);
4855 if ((err = mp_div_2d (&r, s, &r, NULL)) != MP_OKAY) {
5222 if (mp_div_2d (&t, 8, &t, NULL) != MP_OKAY) {

Completed in 32 milliseconds