Lines Matching refs:s_mp_exch
281 s_mp_exch(mp1, mp2); in mp_exch()
454 s_mp_exch(&tmp, b); in mp_add_d()
499 s_mp_exch(&tmp, b); in mp_sub_d()
609 s_mp_exch(&qp, q); in mp_div_d()
671 s_mp_exch(&s, c); in mp_expt_d()
1078 s_mp_exch(pQ, q); in mp_div()
1081 s_mp_exch(pR, r); in mp_div()
1379 s_mp_exch(&x, b); in mp_sqrt()
1576 s_mp_exch(&s, c); in s_mp_exptmod()
1621 s_mp_exch(&s, c); in mp_exptmod_d()
2131 s_mp_exch(&f, &g); in s_mp_almost_inverse()
2132 s_mp_exch(c, &d); in s_mp_almost_inverse()
2938 void s_mp_exch(mp_int *a, mp_int *b) in s_mp_exch() function
4196 s_mp_exch(&tmp, a); in s_mp_sqr()