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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_reduce_setup.c30 return mp_div (a, b, a, NULL);
H A Dbn_mp_lcm.c39 if ((res = mp_div(a, &t1, &t2, NULL)) != MP_OKAY) {
45 if ((res = mp_div(b, &t1, &t2, NULL)) != MP_OKAY) {
H A Dbn_mp_mod.c31 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
H A Dbn_mp_sqrt.c49 if ((res = mp_div(arg,&t1,&t2,NULL)) != MP_OKAY) {
60 if ((res = mp_div(arg,&t1,&t2,NULL)) != MP_OKAY) {
H A Dbn_mp_n_root.c90 if ((res = mp_div (&t2, &t3, &t3, NULL)) != MP_OKAY) {
H A Dbn_mp_exteuclid.c43 if ((err = mp_div(&u3, &v3, &q, NULL)) != MP_OKAY) { goto _ERR; }
H A Dbn_mp_div.c23 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
H A Dtommath.h329 int mp_div(mp_int *a, mp_int *b, mp_int *c, mp_int *d);
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c172 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d);
569 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
1609 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
1691 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
2250 return mp_div (a, b, a, NULL);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c1061 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;
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_wolfssl.c1166 return mp_div((mp_int *) a, (mp_int *) b, (mp_int *) d,

Completed in 120 milliseconds