Home
last modified time | relevance | path

Searched refs:mp_madd (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libmp/common/
H A Dmadd.c68 mp_madd(MINT *a, MINT *b, MINT *c) in mp_madd() function
94 mp_madd(&x, &y, c); in mp_madd()
142 mp_madd(c, &mone, c); in m_sub()
178 mp_madd(&x, &y, c); in mp_msub()
187 mp_madd(&x, &y, c); in mp_msub()
H A Dmsqrt.c57 mp_madd(&x, &y, &y); in mp_msqrt()
H A Dold_mp.c31 void madd(MINT *a, MINT *b, MINT *c) { mp_madd(a, b, c); } in madd()
H A Dgcd.c91 mp_madd(&x0_prime, c, c); in mp_invert()
H A Dmapfile-vers45 mp_madd;
H A Dmout.c65 mp_madd(a, &y, a); in m_in()
H A Dutil.c183 mp_madd(m, d, m); in mp_xtom()
/illumos-gate/usr/src/man/man3mp/
H A DMakefile25 mp_madd.3mp \
42 mp_madd.3mp := LINKSRC = mp.3mp
/illumos-gate/usr/src/head/
H A Dmp.h52 extern void mp_madd(MINT *, MINT *, MINT *);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3mp.inc20 link path=usr/share/man/man3mp/mp_madd.3mp target=mp.3mp
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c143 mp_madd(sk, tmp, sk); in __generic_gen_dhkeys()
/illumos-gate/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c140 mp_madd(sk, tmp, sk);