Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Decc.c140 static bool vli_is_negative(const u64 *vli, unsigned int ndigits) in vli_is_negative() function
570 carry = vli_is_negative(r, ndigits); in vli_mmod_special2()
581 carry = vli_is_negative(qc, ndigits); in vli_mmod_special2()
589 while (vli_is_negative(r, ndigits * 2)) in vli_mmod_special2()
/kernel/linux/linux-6.6/crypto/
H A Decc.c150 static bool vli_is_negative(const u64 *vli, unsigned int ndigits) in vli_is_negative() function
581 carry = vli_is_negative(r, ndigits); in vli_mmod_special2()
592 carry = vli_is_negative(qc, ndigits); in vli_mmod_special2()
600 while (vli_is_negative(r, ndigits * 2)) in vli_mmod_special2()

Completed in 5 milliseconds