Lines Matching refs:pstm_copy
164 #undef pstm_copy
165 int32 pstm_copy(pstm_int * a, pstm_int * b) in pstm_copy() function
213 #define pstm_copy(a, b) (pstm_copy(a, b), PSTM_OKAY) macro
948 if (pstm_copy(a, c) != PSTM_OKAY) { in pstm_mul_2d()
1000 if (pstm_copy(a, c) != PSTM_OKAY) { in pstm_mod_2d()
1076 if (pstm_copy (a, c) != PSTM_OKAY) { in pstm_div_2d()
1097 if (pstm_copy(a, c) != PSTM_OKAY) { in pstm_div_2d()
1140 if (pstm_copy(&t, d) != PSTM_OKAY) { in pstm_div_2d()
1230 return pstm_copy(b, a); in pstm_init_copy()
1332 if (pstm_copy(a, d) != PSTM_OKAY) { in pstm_div()
1359 if ((res = pstm_copy(b, &y)) != PSTM_OKAY) { in pstm_div()
1469 if ((res = pstm_copy(&y, &t1)) != PSTM_OKAY) { in pstm_div()
1489 if (pstm_copy (&q, c) != PSTM_OKAY) { in pstm_div()
1508 if (pstm_copy (&x, d) != PSTM_OKAY) { in pstm_div()
1654 if ((err = pstm_copy(G, &M[1])) != PSTM_OKAY) { in pstm_exptmod()
1826 if ((err = pstm_copy (&res, Y)) != PSTM_OKAY) { in pstm_exptmod()
2151 if ((res = pstm_copy(&C, c)) != PSTM_OKAY) {
2291 if ((res = pstm_copy (&D, c)) != PSTM_OKAY) {