Symbol: vli_set
crypto/ecc.c
1052
vli_set(a, input, ndigits);
crypto/ecc.c
1053
vli_set(b, mod, ndigits);
crypto/ecc.c
1110
vli_set(result, u, ndigits);
crypto/ecc.c
1188
vli_set(x1, z1, ndigits);
crypto/ecc.c
1189
vli_set(z1, y1, ndigits);
crypto/ecc.c
1190
vli_set(y1, t4, ndigits);
crypto/ecc.c
1211
vli_set(x2, x1, ndigits);
crypto/ecc.c
1212
vli_set(y2, y1, ndigits);
crypto/ecc.c
1218
vli_set(z, p_initial_z, ndigits);
crypto/ecc.c
1267
vli_set(x2, t5, ndigits);
crypto/ecc.c
1326
vli_set(x1, t7, ndigits);
crypto/ecc.c
1352
vli_set(rx[1], point->x, ndigits);
crypto/ecc.c
1353
vli_set(ry[1], point->y, ndigits);
crypto/ecc.c
1387
vli_set(result->x, rx[0], ndigits);
crypto/ecc.c
1388
vli_set(result->y, ry[0], ndigits);
crypto/ecc.c
1401
vli_set(result->x, q->x, ndigits);
crypto/ecc.c
1402
vli_set(result->y, q->y, ndigits);
crypto/ecc.c
1404
vli_set(px, p->x, ndigits);
crypto/ecc.c
1405
vli_set(py, p->y, ndigits);
crypto/ecc.c
1443
vli_set(rx, point->x, ndigits);
crypto/ecc.c
1444
vli_set(ry, point->y, ndigits);
crypto/ecc.c
1458
vli_set(tx, point->x, ndigits);
crypto/ecc.c
1459
vli_set(ty, point->y, ndigits);
crypto/ecc.c
561
vli_set(r, product, ndigits * 2);
crypto/ecc.c
567
vli_set(t, mod, ndigits);
crypto/ecc.c
571
vli_set(result, r, ndigits);
crypto/ecc.c
598
vli_set(m, mod, ndigits);
crypto/ecc.c
601
vli_set(r, product, ndigits);
crypto/ecc.c
603
vli_set(q, product + ndigits, ndigits);
crypto/ecc.c
614
vli_set(q, qc + ndigits, ndigits);
crypto/ecc.c
629
vli_set(result, r, ndigits);
crypto/ecc.c
657
vli_set(mod_m + word_shift, mod, ndigits);
crypto/ecc.c
675
vli_set(result, v[i], ndigits);
crypto/ecc.c
706
vli_set(result, r, ndigits);
crypto/ecc.c
719
vli_set(result, product, ndigits);
crypto/ecc.c
721
vli_set(tmp, &product[3], ndigits);
crypto/ecc.c
747
vli_set(result, product, ndigits);
crypto/ecc.c
830
vli_set(result, product, ndigits);
crypto/ecc.c
941
vli_set(result, product, ndigits);