Searched refs:vli_rshift1 (Results 1 – 1 of 1) sorted by relevance
| /linux/crypto/ |
| H A D | ecc.c | 268 static void vli_rshift1(u64 *vli, unsigned int ndigits) in vli_rshift1() function 662 vli_rshift1(mod_m, ndigits); in vli_mmod_slow() 664 vli_rshift1(mod_m + ndigits, ndigits); in vli_mmod_slow() 1053 vli_rshift1(a, ndigits); in vli_mod_inv() 1058 vli_rshift1(u, ndigits); in vli_mod_inv() 1062 vli_rshift1(b, ndigits); in vli_mod_inv() 1067 vli_rshift1(v, ndigits); in vli_mod_inv() 1072 vli_rshift1(a, ndigits); in vli_mod_inv() 1081 vli_rshift1(u, ndigits); in vli_mod_inv() 1086 vli_rshift1(b, ndigits); in vli_mod_inv() [all …]
|