Searched refs:vli_mod_add (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/crypto/ |
H A D | ecc.c | 513 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add() function 1126 vli_mod_add(x1, x1, z1, curve_prime, ndigits); in ecc_point_double_jacobian() 1128 vli_mod_add(z1, z1, z1, curve_prime, ndigits); in ecc_point_double_jacobian() 1135 vli_mod_add(z1, x1, x1, curve_prime, ndigits); in ecc_point_double_jacobian() 1137 vli_mod_add(x1, x1, z1, curve_prime, ndigits); in ecc_point_double_jacobian() 1266 vli_mod_add(t5, y2, y1, curve_prime, ndigits); in xycz_add_c() 1275 vli_mod_add(t6, x1, x2, curve_prime, ndigits); in xycz_add_c() 1595 vli_mod_add(w, w, curve->b, curve->p, pk->ndigits); /* a·x + b */ in ecc_is_pubkey_valid_partial() 1596 vli_mod_add(w, w, xxx, curve->p, pk->ndigits); /* x^3 + a·x + b */ in ecc_is_pubkey_valid_partial()
|