Searched refs:vli_rshift1 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/crypto/ |
D | ecc.c | 239 static void vli_rshift1(u64 *vli, unsigned int ndigits) in vli_rshift1() function 633 vli_rshift1(mod_m, ndigits); in vli_mmod_slow() 635 vli_rshift1(mod_m + ndigits, ndigits); in vli_mmod_slow() 881 vli_rshift1(a, ndigits); in vli_mod_inv() 886 vli_rshift1(u, ndigits); in vli_mod_inv() 890 vli_rshift1(b, ndigits); in vli_mod_inv() 895 vli_rshift1(v, ndigits); in vli_mod_inv() 900 vli_rshift1(a, ndigits); in vli_mod_inv() 909 vli_rshift1(u, ndigits); in vli_mod_inv() 914 vli_rshift1(b, ndigits); in vli_mod_inv() [all …]
|