Lines Matching defs:mp_init_copy
523 mp_init_copy(mp_int * a, mp_int * b)
1020 if ((res = mp_init_copy(&x, a)) != MP_OKAY) {
1024 if ((res = mp_init_copy(&y, b)) != MP_OKAY) {
2590 if ((res = mp_init_copy(&q, x)) != MP_OKAY) {
4767 if ((err = mp_init_copy(&n1, a)) != MP_OKAY) {
4775 if ((err = mp_init_copy(&r, &n1)) != MP_OKAY) {
4930 if ((res = mp_init_copy(&t, a)) != MP_OKAY) {
4978 if ((res = mp_init_copy(&t, a)) != MP_OKAY) {
5137 if ((res = mp_init_copy(&u, a)) != MP_OKAY) {
5141 if ((res = mp_init_copy(&v, b)) != MP_OKAY) {
5239 if (mp_init_copy (&t, __UNCONST(a)) != MP_OKAY) {