Symbol: vli_add
crypto/ecc.c
1065
carry = vli_add(u, u, mod, ndigits);
crypto/ecc.c
1074
carry = vli_add(v, v, mod, ndigits);
crypto/ecc.c
1084
vli_add(u, u, mod, ndigits);
crypto/ecc.c
1088
carry = vli_add(u, u, mod, ndigits);
crypto/ecc.c
1098
vli_add(v, v, mod, ndigits);
crypto/ecc.c
1102
carry = vli_add(v, v, mod, ndigits);
crypto/ecc.c
1166
u64 carry = vli_add(x1, x1, curve_prime, ndigits);
crypto/ecc.c
1344
carry = vli_add(sk[0], scalar, curve->n, ndigits);
crypto/ecc.c
1345
vli_add(sk[1], sk[0], curve->n, ndigits);
crypto/ecc.c
520
carry = vli_add(result, left, right, ndigits);
crypto/ecc.c
542
vli_add(result, result, mod, ndigits);
crypto/ecc.c
565
vli_add(r, r, t, ndigits * 2);
crypto/ecc.c
622
vli_add(r, r, qc, ndigits * 2);
crypto/ecc.c
625
vli_add(r, r, m, ndigits * 2);
crypto/ecc.c
696
vli_add(q + ndigits, q + ndigits, product + ndigits, ndigits);
crypto/ecc.c
722
carry = vli_add(result, result, tmp, ndigits);
crypto/ecc.c
727
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
731
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
755
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
762
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
769
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
776
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
808
carry += vli_add(result, result, curve_prime, ndigits);
crypto/ecc.c
840
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
849
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
858
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
867
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
876
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
885
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
916
carry += vli_add(result, result, curve_prime, ndigits);