Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Decc.c518 vli_add(result, result, mod, ndigits); in vli_mod_sub()
541 vli_add(r, r, t, ndigits * 2); in vli_mmod_special()
598 vli_add(r, r, qc, ndigits * 2); in vli_mmod_special2()
601 vli_add(r, r, m, ndigits * 2); in vli_mmod_special2()
1016 carry = vli_add(u, u, mod, ndigits); in vli_mod_inv()
1025 carry = vli_add(v, v, mod, ndigits); in vli_mod_inv()
1035 vli_add(u, u, mod, ndigits); in vli_mod_inv()
1039 carry = vli_add(u, u, mod, ndigits); in vli_mod_inv()
1049 vli_add(v, v, mod, ndigits); in vli_mod_inv()
1053 carry = vli_add(v, v, mod, ndigits); in vli_mod_inv()
[all …]

Completed in 7 milliseconds