Home
last modified time | relevance | path

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

/linux/crypto/
H A Decc.c174 static bool vli_is_negative(const u64 *vli, unsigned int ndigits) in vli_is_negative() function
605 carry = vli_is_negative(r, ndigits); in vli_mmod_special2()
616 carry = vli_is_negative(qc, ndigits); in vli_mmod_special2()
624 while (vli_is_negative(r, ndigits * 2)) in vli_mmod_special2()