Searched refs:mp_div_2 (Results 1 – 1 of 1) sorted by relevance
155 static int mp_div_2(mp_int * a, mp_int * b);816 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) { in mp_invmod_slow()830 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) { in mp_invmod_slow()833 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) { in mp_invmod_slow()841 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) { in mp_invmod_slow()855 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) { in mp_invmod_slow()858 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) { in mp_invmod_slow()1350 mp_div_2(mp_int * a, mp_int * b) in mp_div_2() function