Searched refs:mp_div_2 (Results 1 – 1 of 1) sorted by relevance
158 static int mp_div_2(mp_int * a, mp_int * b);807 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) { in mp_invmod_slow()821 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) { in mp_invmod_slow()824 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) { in mp_invmod_slow()832 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) { in mp_invmod_slow()846 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) { in mp_invmod_slow()849 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) { in mp_invmod_slow()1327 static int mp_div_2(mp_int * a, mp_int * b) in mp_div_2() function