Home
last modified time | relevance | path

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

/linux/crypto/
H A Decc.c542 vli_add(result, result, mod, ndigits); in vli_mod_sub()
565 vli_add(r, r, t, ndigits * 2); in vli_mmod_special()
622 vli_add(r, r, qc, ndigits * 2); in vli_mmod_special2()
625 vli_add(r, r, m, ndigits * 2); in vli_mmod_special2()
1065 carry = vli_add(u, u, mod, ndigits); in vli_mod_inv()
1074 carry = vli_add(v, v, mod, ndigits); in vli_mod_inv()
1084 vli_add(u, u, mod, ndigits); in vli_mod_inv()
1088 carry = vli_add(u, u, mod, ndigits); in vli_mod_inv()
1098 vli_add(v, v, mod, ndigits); in vli_mod_inv()
1102 carry = vli_add(v, v, mod, ndigits); in vli_mod_inv()
[all …]