Searched refs:mp_madd (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/telnet/libtelnet/ |
H A D | pk.c | 69 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 D | legacy_test.c | 54 mp_madd(c42, c1, t0); in testsimpel() 56 mp_madd(t0, c1, t0); in testsimpel()
|
/freebsd/lib/libmp/ |
H A D | Symbol.map | 7 mp_madd;
|
H A D | mp.h | 15 void mp_madd(const MINT *, const MINT *, MINT *);
|
H A D | mpasbn.c | 201 mp_madd(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_madd() function
|