Searched defs:s_mp_exch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c271 s_mp_exch(mp1, mp2);
444 s_mp_exch(&tmp, b);
489 s_mp_exch(&tmp, b);
599 s_mp_exch(&qp, q);
661 s_mp_exch(&s, c);
1068 s_mp_exch(pQ, q);
1071 s_mp_exch(pR, r);
1369 s_mp_exch(&x, b);
1566 s_mp_exch(&s, c);
1611 s_mp_exch(
2932 void s_mp_exch(mp_int *a, mp_int *b) function
[all...]

Completed in 38 milliseconds