Home
last modified time | relevance | path

Searched refs:vli_is_negative (Results 1 – 1 of 1) sorted by relevance

/crypto/
Decc.c137 static bool vli_is_negative(const u64 *vli, unsigned int ndigits) in vli_is_negative() function
567 carry = vli_is_negative(r, ndigits); in vli_mmod_special2()
578 carry = vli_is_negative(qc, ndigits); in vli_mmod_special2()
586 while (vli_is_negative(r, ndigits * 2)) in vli_mmod_special2()