Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libmp/
HDmp.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 …]
HDmpasbn.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-13-stable/contrib/telnet/libtelnet/
HDpk.c62 extractideakey(MINT *ck, IdeaData *ideakey) in extractideakey()
64 MINT *a; in extractideakey()
65 MINT *z; in extractideakey()
91 extractdeskey(MINT *ck, DesData *deskey) in extractdeskey()
93 MINT *a; in extractdeskey()
94 MINT *z; in extractdeskey()
121 MINT *public; in common_key()
122 MINT *secret; in common_key()
123 MINT *common; in common_key()
124 MINT *modulus = mp_xtom(HEXMODULUS); in common_key()
[all …]
/freebsd-13-stable/usr.bin/newkey/
HDgeneric.c80 MINT *pk = mp_itom(0); in genkeys()
81 MINT *sk = mp_itom(0); in genkeys()
82 MINT *tmp; in genkeys()
83 MINT *base = mp_itom((short)BASE); in genkeys()
84 MINT *root = mp_itom(PROOT); in genkeys()
85 MINT *modulus = mp_xtom(HEXMODULUS); in genkeys()
/freebsd-13-stable/usr.sbin/keyserv/
HDsetkey.c59 static MINT *MODULUS;
63 static void extractdeskey( MINT *, des_block * );
172 MINT *public;
173 MINT *secret;
174 MINT *common;
229 MINT *public;
230 MINT *secret;
231 MINT *common;
273 MINT *ck; in extractdeskey()
276 MINT *a;
/freebsd-13-stable/lib/libmp/tests/
HDlegacy_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()