Home
last modified time | relevance | path

Searched refs:vli_mod_add (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Decc.c480 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add() function
1092 vli_mod_add(x1, x1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
1094 vli_mod_add(z1, z1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
1101 vli_mod_add(z1, x1, x1, curve_prime, ndigits); in ecc_point_double_jacobian()
1103 vli_mod_add(x1, x1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
1232 vli_mod_add(t5, y2, y1, curve_prime, ndigits); in xycz_add_c()
1241 vli_mod_add(t6, x1, x2, curve_prime, ndigits); in xycz_add_c()
1559 vli_mod_add(w, w, curve->b, curve->p, pk->ndigits); /* a·x + b */ in ecc_is_pubkey_valid_partial()
1560 vli_mod_add(w, w, xxx, curve->p, pk->ndigits); /* x^3 + a·x + b */ in ecc_is_pubkey_valid_partial()
/kernel/linux/linux-6.6/crypto/
H A Decc.c491 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()

Completed in 6 milliseconds