Home
last modified time | relevance | path

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

/freebsd/contrib/telnet/libtelnet/
H A Dpk.c69 mp_madd(ck, z, a); in extractideakey()
98 mp_madd(ck, z, a); in extractdeskey()
170 mp_madd(sk, tmp, sk); in genkeys()
/freebsd/lib/libmp/tests/
H A Dlegacy_test.c54 mp_madd(c42, c1, t0); in testsimpel()
56 mp_madd(t0, c1, t0); in testsimpel()
/freebsd/lib/libmp/
H A DSymbol.map7 mp_madd;
H A Dmp.h15 void mp_madd(const MINT *, const MINT *, MINT *);
H A Dmpasbn.c201 mp_madd(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_madd() function