Lines Matching refs:MINT
45 extern void _mp_move(MINT *, MINT *);
50 static MINT *MODULUS_192_0;
122 MINT *pk = mp_itom(0);
123 MINT *sk = mp_itom(0);
124 MINT *tmp;
125 MINT *base = mp_itom(BASE/2); /* BASE won't fit in a short */
126 MINT *root = mp_itom(PROOT);
127 MINT *modulus = mp_xtom(HEXMODULUS);
205 MINT *ck; in __extractdeskey()
208 MINT *a;
269 MINT *common; in __gen_common_dhkeys_g()
270 MINT *public; in __gen_common_dhkeys_g()
271 MINT *secret; in __gen_common_dhkeys_g()