Searched refs:vli_mod_sub (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/crypto/ |
D | ecc.c | 508 static void vli_mod_sub(u64 *result, const u64 *left, const u64 *right, in vli_mod_sub() function 1108 vli_mod_sub(z1, x1, z1, curve_prime, ndigits); in ecc_point_double_jacobian() 1129 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian() 1131 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian() 1133 vli_mod_sub(t5, t5, z1, curve_prime, ndigits); in ecc_point_double_jacobian() 1137 vli_mod_sub(t4, x1, t4, curve_prime, ndigits); in ecc_point_double_jacobian() 1191 vli_mod_sub(t5, x2, x1, curve_prime, ndigits); in xycz_add() 1199 vli_mod_sub(y2, y2, y1, curve_prime, ndigits); in xycz_add() 1204 vli_mod_sub(t5, t5, x1, curve_prime, ndigits); in xycz_add() 1206 vli_mod_sub(t5, t5, x2, curve_prime, ndigits); in xycz_add() [all …]
|