Symbol: vli_set
crypto/ecc.c
1043
vli_set(a, input, ndigits);
crypto/ecc.c
1044
vli_set(b, mod, ndigits);
crypto/ecc.c
1101
vli_set(result, u, ndigits);
crypto/ecc.c
1179
vli_set(x1, z1, ndigits);
crypto/ecc.c
1180
vli_set(z1, y1, ndigits);
crypto/ecc.c
1181
vli_set(y1, t4, ndigits);
crypto/ecc.c
1202
vli_set(x2, x1, ndigits);
crypto/ecc.c
1203
vli_set(y2, y1, ndigits);
crypto/ecc.c
1209
vli_set(z, p_initial_z, ndigits);
crypto/ecc.c
1258
vli_set(x2, t5, ndigits);
crypto/ecc.c
1317
vli_set(x1, t7, ndigits);
crypto/ecc.c
1343
vli_set(rx[1], point->x, ndigits);
crypto/ecc.c
1344
vli_set(ry[1], point->y, ndigits);
crypto/ecc.c
1378
vli_set(result->x, rx[0], ndigits);
crypto/ecc.c
1379
vli_set(result->y, ry[0], ndigits);
crypto/ecc.c
1392
vli_set(result->x, q->x, ndigits);
crypto/ecc.c
1393
vli_set(result->y, q->y, ndigits);
crypto/ecc.c
1395
vli_set(px, p->x, ndigits);
crypto/ecc.c
1396
vli_set(py, p->y, ndigits);
crypto/ecc.c
1434
vli_set(rx, point->x, ndigits);
crypto/ecc.c
1435
vli_set(ry, point->y, ndigits);
crypto/ecc.c
1449
vli_set(tx, point->x, ndigits);
crypto/ecc.c
1450
vli_set(ty, point->y, ndigits);
crypto/ecc.c
552
vli_set(r, product, ndigits * 2);
crypto/ecc.c
558
vli_set(t, mod, ndigits);
crypto/ecc.c
562
vli_set(result, r, ndigits);
crypto/ecc.c
589
vli_set(m, mod, ndigits);
crypto/ecc.c
592
vli_set(r, product, ndigits);
crypto/ecc.c
594
vli_set(q, product + ndigits, ndigits);
crypto/ecc.c
605
vli_set(q, qc + ndigits, ndigits);
crypto/ecc.c
620
vli_set(result, r, ndigits);
crypto/ecc.c
648
vli_set(mod_m + word_shift, mod, ndigits);
crypto/ecc.c
666
vli_set(result, v[i], ndigits);
crypto/ecc.c
697
vli_set(result, r, ndigits);
crypto/ecc.c
710
vli_set(result, product, ndigits);
crypto/ecc.c
712
vli_set(tmp, &product[3], ndigits);
crypto/ecc.c
738
vli_set(result, product, ndigits);
crypto/ecc.c
821
vli_set(result, product, ndigits);
crypto/ecc.c
932
vli_set(result, product, ndigits);