Searched refs:vli_mod_add (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/crypto/ |
D | ecc.c | 491 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add() function 1104 vli_mod_add(x1, x1, z1, curve_prime, ndigits); in ecc_point_double_jacobian() 1106 vli_mod_add(z1, z1, z1, curve_prime, ndigits); in ecc_point_double_jacobian() 1113 vli_mod_add(z1, x1, x1, curve_prime, ndigits); in ecc_point_double_jacobian() 1115 vli_mod_add(x1, x1, z1, curve_prime, ndigits); in ecc_point_double_jacobian() 1244 vli_mod_add(t5, y2, y1, curve_prime, ndigits); in xycz_add_c() 1253 vli_mod_add(t6, x1, x2, curve_prime, ndigits); in xycz_add_c() 1573 vli_mod_add(w, w, curve->b, curve->p, pk->ndigits); /* a·x + b */ in ecc_is_pubkey_valid_partial() 1574 vli_mod_add(w, w, xxx, curve->p, pk->ndigits); /* x^3 + a·x + b */ in ecc_is_pubkey_valid_partial()
|