Lines Matching refs:vli_cmp
218 int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits)
231 EXPORT_SYMBOL(vli_cmp);
501 if (carry || vli_cmp(result, mod, ndigits) >= 0)
545 while (vli_cmp(r, t, ndigits * 2) >= 0)
602 while (vli_cmp(r, m, ndigits * 2) >= 0)
676 vli_cmp(r, mod, ndigits) != -1) {
709 while (carry || vli_cmp(curve_prime, result, ndigits) != 1)
787 while (carry || vli_cmp(curve_prime, result, ndigits) != 1)
895 while (carry || vli_cmp(curve_prime, result, ndigits) != 1)
1009 while ((cmp_result = vli_cmp(a, b, ndigits)) != 0) {
1034 if (vli_cmp(u, v, ndigits) < 0)
1048 if (vli_cmp(v, u, ndigits) < 0)
1432 if (vli_cmp(one, private_key, ndigits) != -1)
1436 if (vli_cmp(res, private_key, ndigits) != 1)
1563 if (vli_cmp(curve->p, pk->x, pk->ndigits) != 1)
1565 if (vli_cmp(curve->p, pk->y, pk->ndigits) != 1)
1575 if (vli_cmp(yy, w, pk->ndigits) != 0) /* Equation */