Home
last modified time | relevance | path

Searched refs:MINT (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libmp/
H A Dmp.h11 } MINT; typedef
13 void mp_gcd(const MINT *, const MINT *, MINT *);
14 MINT *mp_itom(short);
15 void mp_madd(const MINT *, const MINT *, MINT *);
16 int mp_mcmp(const MINT *, const MINT *);
17 void mp_mdiv(const MINT *, const MINT *, MINT *, MINT *);
18 void mp_mfree(MINT *);
19 void mp_min(MINT *);
20 void mp_mout(const MINT *);
21 void mp_move(const MINT *, MINT *);
[all …]
H A Dmpasbn.c94 static MINT *_dtom(const char *, const char *);
95 static MINT *_itom(const char *, short);
96 static void _madd(const char *, const MINT *, const MINT *, MINT *);
97 static int _mcmpa(const char *, const MINT *, const MINT *);
98 static void _mdiv(const char *, const MINT *, const MINT *, MINT *, MINT *,
100 static void _mfree(const char *, MINT *);
101 static void _moveb(const char *, const BIGNUM *, MINT *);
102 static void _movem(const char *, const MINT *, MINT *);
103 static void _msub(const char *, const MINT *, const MINT *, MINT *);
104 static char *_mtod(const char *, const MINT *);
[all …]
/freebsd/contrib/telnet/libtelnet/
H A Dpk.c58 extractideakey(MINT *ck, IdeaData *ideakey) in extractideakey()
60 MINT *a; in extractideakey()
61 MINT *z; in extractideakey()
87 extractdeskey(MINT *ck, DesData *deskey) in extractdeskey()
89 MINT *a; in extractdeskey()
90 MINT *z; in extractdeskey()
117 MINT *public; in common_key()
118 MINT *secret; in common_key()
119 MINT *common; in common_key()
120 MINT *modulus = mp_xtom(HEXMODULUS); in common_key()
[all …]
/freebsd/lib/libmp/tests/
H A Dlegacy_test.c33 MINT *c0, *c1, *c2, *c3, *c5, *c6, *c8, *c10, *c14, *c15, *c25, \
38 testmcmp(const MINT *mp1, const MINT *mp2, const char *tname) in testmcmp()
51 MINT *t2; in testsimpel()
99 MINT *t2; in testdiv()