Home | History | Annotate | Download | only in pre_gen

Lines Matching refs:mp_init_copy

1054     if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
1060 if ((res = mp_init_copy (&t, b)) != MP_OKAY) {
1694 if ((res = mp_init_copy (&x, a)) != MP_OKAY) {
1698 if ((res = mp_init_copy (&y, b)) != MP_OKAY) {
2464 if ((res = mp_init_copy (&g, a)) != MP_OKAY) {
3188 if ((res = mp_init_copy (&u, a)) != MP_OKAY) {
3192 if ((res = mp_init_copy (&v, b)) != MP_OKAY) {
3443 int mp_init_copy (mp_int * a, mp_int * b)
4033 if ((res = mp_init_copy (&a1, a)) != MP_OKAY) {
5492 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
5498 if ((res = mp_init_copy (&t, b)) != MP_OKAY) {
5767 if ((err = mp_init_copy (&n1, a)) != MP_OKAY) {
5775 if ((err = mp_init_copy (&r, &n1)) != MP_OKAY) {
6246 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
6584 if ((res = mp_init_copy (&q, x)) != MP_OKAY) {
7405 if ((res = mp_init_copy(&t1, arg)) != MP_OKAY) {
7757 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
8376 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
8458 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
8567 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
8573 if ((res = mp_init_copy (&t, b)) != MP_OKAY) {