Lines Matching refs:vli_cmp
207 int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits)
220 EXPORT_SYMBOL(vli_cmp);
490 if (carry || vli_cmp(result, mod, ndigits) >= 0)
534 while (vli_cmp(r, t, ndigits * 2) >= 0)
591 while (vli_cmp(r, m, ndigits * 2) >= 0)
665 vli_cmp(r, mod, ndigits) != -1) {
698 while (carry || vli_cmp(curve_prime, result, ndigits) != 1)
776 while (carry || vli_cmp(curve_prime, result, ndigits) != 1)
884 while (carry || vli_cmp(curve_prime, result, ndigits) != 1)
998 while ((cmp_result = vli_cmp(a, b, ndigits)) != 0) {
1023 if (vli_cmp(u, v, ndigits) < 0)
1037 if (vli_cmp(v, u, ndigits) < 0)
1418 if (vli_cmp(one, private_key, ndigits) != -1)
1422 if (vli_cmp(res, private_key, ndigits) != 1)
1549 if (vli_cmp(curve->p, pk->x, pk->ndigits) != 1)
1551 if (vli_cmp(curve->p, pk->y, pk->ndigits) != 1)
1561 if (vli_cmp(yy, w, pk->ndigits) != 0) /* Equation */