Searched refs:mp_init_copy (Results 1 – 1 of 1) sorted by relevance
163 static int mp_init_copy(mp_int * a, mp_int * b);1002 if ((res = mp_init_copy (&t, a)) != MP_OKAY) { in mp_to_unsigned_bin()1101 static int mp_init_copy (mp_int * a, mp_int * b) in mp_init_copy() function1727 if ((res = mp_init_copy (&x, a)) != MP_OKAY) { in mp_div()1731 if ((res = mp_init_copy (&y, b)) != MP_OKAY) { in mp_div()2264 if ((res = mp_init_copy (&q, x)) != MP_OKAY) { in mp_reduce()