Searched refs:mp_mult (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/man/man3mp/ |
H A D | Makefile | 34 mp_mult.3mp \ 51 mp_mult.3mp := LINKSRC = mp.3mp
|
/illumos-gate/usr/src/lib/libmp/common/ |
H A D | pow.c | 46 mp_mult(d, d, &x); in mp_pow() 49 mp_mult(&a0, d, &x); in mp_pow()
|
H A D | mdiv.c | 189 mp_mult(a, &x, &u); /* subtle: relies on mult allocing extra space */ in m_div() 190 mp_mult(b, &x, &v); in m_div()
|
H A D | msqrt.c | 67 mp_mult(&x, &x, &x); in mp_msqrt()
|
H A D | gcd.c | 83 mp_mult(&q, &v2, &t); in mp_invert()
|
H A D | old_mp.c | 45 void mult(MINT *a, MINT *b, MINT *c) { mp_mult(a, b, c); } in mult()
|
H A D | mult.c | 29 mp_mult(MINT *a, MINT *b, MINT *c) in mp_mult() function
|
H A D | mapfile-vers | 54 mp_mult;
|
H A D | mout.c | 64 mp_mult(&x, &ten, a); in m_in()
|
H A D | util.c | 182 mp_mult(m, sixteen, m); in mp_xtom()
|
/illumos-gate/usr/src/lib/libnsl/key/ |
H A D | gen_dhkeys.c | 132 mp_mult(base, tmp, base); 139 mp_mult(sk, base, sk);
|
/illumos-gate/usr/src/head/ |
H A D | mp.h | 59 extern void mp_mult(MINT *, MINT *, MINT *);
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3mp.inc | 29 link path=usr/share/man/man3mp/mp_mult.3mp target=mp.3mp
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/ |
H A D | generic_key.c | 141 mp_mult(sk, base, sk); in __generic_gen_dhkeys()
|