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

/freebsd-10.0-release/lib/libmp/
H A Dmp.h12 } MINT; typedef in typeref:struct:_mint
14 void mp_gcd(const MINT *, const MINT *, MINT *);
15 MINT *mp_itom(short);
16 void mp_madd(const MINT *, const MINT *, MINT *);
17 int mp_mcmp(const MINT *, const 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 *, MIN
[all...]
/freebsd-10.0-release/usr.bin/newkey/
H A Dgeneric.c82 MINT *pk = mp_itom(0);
83 MINT *sk = mp_itom(0);
84 MINT *tmp;
85 MINT *base = mp_itom(BASE);
86 MINT *root = mp_itom(PROOT);
87 MINT *modulus = mp_xtom(HEXMODULUS);
/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dpk.c62 extractideakey(MINT *ck, IdeaData *ideakey)
64 MINT *a;
65 MINT *z;
91 extractdeskey(MINT *ck, DesData *deskey)
93 MINT *a;
94 MINT *z;
121 MINT *public;
122 MINT *secret;
123 MINT *common;
124 MINT *modulu
[all...]
/freebsd-10.0-release/tools/regression/lib/libmp/
H A Dtest-libmp.c35 MINT *c0, *c1, *c2, *c3, *c5, *c6, *c8, *c10, *c14, *c15, *c25, \
40 testmcmp(const MINT *mp1, const MINT *mp2, const char *tname)
53 MINT *t2;
101 MINT *t2;
/freebsd-10.0-release/usr.sbin/keyserv/
H A Dsetkey.c61 static MINT *MODULUS;
65 static void extractdeskey( MINT *, des_block * );
174 MINT *public;
175 MINT *secret;
176 MINT *common;
231 MINT *public;
232 MINT *secret;
233 MINT *common;
275 MINT *ck;
278 MINT *
[all...]

Completed in 73 milliseconds