Searched refs:vli_mod_inv (Results 1 – 1 of 1) sorted by relevance
/linux/crypto/ |
H A D | ecc.c | 1039 void vli_mod_inv(u64 *result, const u64 *input, const u64 *mod, in vli_mod_inv() function 1112 EXPORT_SYMBOL(vli_mod_inv); 1375 vli_mod_inv(z, z, curve_prime, point->ndigits); in ecc_point_mult() 1407 vli_mod_inv(z, z, curve->p, ndigits); in ecc_point_add() 1466 vli_mod_inv(z, z, curve->p, ndigits); in ecc_point_mult_shamir()
|