crypto/ecc.c
1056
carry = vli_add(u, u, mod, ndigits);
crypto/ecc.c
1065
carry = vli_add(v, v, mod, ndigits);
crypto/ecc.c
1075
vli_add(u, u, mod, ndigits);
crypto/ecc.c
1079
carry = vli_add(u, u, mod, ndigits);
crypto/ecc.c
1089
vli_add(v, v, mod, ndigits);
crypto/ecc.c
1093
carry = vli_add(v, v, mod, ndigits);
crypto/ecc.c
1157
u64 carry = vli_add(x1, x1, curve_prime, ndigits);
crypto/ecc.c
1335
carry = vli_add(sk[0], scalar, curve->n, ndigits);
crypto/ecc.c
1336
vli_add(sk[1], sk[0], curve->n, ndigits);
crypto/ecc.c
511
carry = vli_add(result, left, right, ndigits);
crypto/ecc.c
533
vli_add(result, result, mod, ndigits);
crypto/ecc.c
556
vli_add(r, r, t, ndigits * 2);
crypto/ecc.c
613
vli_add(r, r, qc, ndigits * 2);
crypto/ecc.c
616
vli_add(r, r, m, ndigits * 2);
crypto/ecc.c
687
vli_add(q + ndigits, q + ndigits, product + ndigits, ndigits);
crypto/ecc.c
713
carry = vli_add(result, result, tmp, ndigits);
crypto/ecc.c
718
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
722
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
746
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
753
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
760
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
767
carry += vli_add(result, result, tmp, ndigits);
crypto/ecc.c
799
carry += vli_add(result, result, curve_prime, ndigits);
crypto/ecc.c
831
carry += vli_add(result, result, tmp, 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
907
carry += vli_add(result, result, curve_prime, ndigits);