Searched refs:mp_mult (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/man/man3mp/ |
H A D | Makefile | 34 mp_mult.3mp \ 51 mp_mult.3mp := LINKSRC = mp.3mp
|
/titanic_44/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 | 187 mp_mult(a, &x, &u); /* subtle: relies on mult allocing extra space */ in m_div() 188 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 | 62 mp_mult(&x, &ten, a); in m_in()
|
H A D | util.c | 188 mp_mult(m, sixteen, m); in mp_xtom()
|
/titanic_44/usr/src/lib/libnsl/key/ |
H A D | gen_dhkeys.c | 134 mp_mult(base, tmp, base); 141 mp_mult(sk, base, sk);
|
/titanic_44/usr/src/head/ |
H A D | mp.h | 59 extern void mp_mult(MINT *, MINT *, MINT *);
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3mp.inc | 29 link path=usr/share/man/man3mp/mp_mult.3mp target=mp.3mp
|
/titanic_44/usr/src/lib/gss_mechs/mech_dh/dh_common/ |
H A D | generic_key.c | 143 mp_mult(sk, base, sk); in __generic_gen_dhkeys()
|
/titanic_44/ |
H A D | .gitignore | 6622 usr/src/man/man3mp/mp_mult.3mp
|