Searched refs:mp_mdiv (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/man/man3mp/ |
H A D | Makefile | 27 mp_mdiv.3mp \ 44 mp_mdiv.3mp := LINKSRC = mp.3mp
|
/illumos-gate/usr/src/lib/libmp/common/ |
H A D | pow.c | 47 mp_mdiv(&x, &c0, &y, d); in mp_pow() 50 mp_mdiv(&x, &c0, &y, d); in mp_pow()
|
H A D | gcd.c | 35 mp_mdiv(&x, &y, &w, &z); in mp_gcd() 79 mp_mdiv(&u3, &v3, &q, &r); in mp_invert()
|
H A D | msqrt.c | 55 mp_mdiv(&a0, &x, &y, &junk); in mp_msqrt()
|
H A D | old_mp.c | 35 void mdiv(MINT *a, MINT *b, MINT *q, MINT *r) { mp_mdiv(a, b, q, r); } in mdiv()
|
H A D | mapfile-vers | 47 mp_mdiv;
|
H A D | mdiv.c | 33 mp_mdiv(MINT *a, MINT *b, MINT *q, MINT *r) in mp_mdiv() function
|
/illumos-gate/usr/src/head/ |
H A D | mp.h | 54 extern void mp_mdiv(MINT *, MINT *, MINT *, MINT *);
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3mp.inc | 22 link path=usr/share/man/man3mp/mp_mdiv.3mp target=mp.3mp
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/ |
H A D | generic_key.c | 151 mp_mdiv(sk, modulus, tmp, sk); in __generic_gen_dhkeys()
|
/illumos-gate/usr/src/lib/libnsl/key/ |
H A D | gen_dhkeys.c | 144 mp_mdiv(sk, modulus, tmp, sk);
|