Searched refs:mp_exch (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/tls/ |
H A D | libtommath.c | 150 static void mp_exch(mp_int * a, mp_int * b); 570 mp_exch (&t, c); in mp_mod() 910 mp_exch (&C, c); in mp_invmod_slow() 1086 mp_exch (&t, d); in mp_div_2d() 1222 static void mp_exch (mp_int * a, mp_int * b) in mp_exch() function 1656 mp_exch(c, &q); in mp_div() 1660 mp_exch(d, &ta); in mp_div() 1847 mp_exch (&q, c); in mp_div() 1853 mp_exch (&x, d); in mp_div() 2089 mp_exch (&res, Y); in s_mp_exptmod() [all …]
|