Home
last modified time | relevance | path

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

/linux/crypto/
H A Decc.c515 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add() function
948 vli_mod_add(result, result, tmp, curve_prime, ndigits); in vli_mmod_fast_521()
1153 vli_mod_add(x1, x1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
1155 vli_mod_add(z1, z1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
1162 vli_mod_add(z1, x1, x1, curve_prime, ndigits); in ecc_point_double_jacobian()
1164 vli_mod_add(x1, x1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
1293 vli_mod_add(t5, y2, y1, curve_prime, ndigits); in xycz_add_c()
1302 vli_mod_add(t6, x1, x2, curve_prime, ndigits); in xycz_add_c()
1626 vli_mod_add(w, w, curve->b, curve->p, pk->ndigits); /* a·x + b */ in ecc_is_pubkey_valid_partial()
1627 vli_mod_add(w, w, xxx, curve->p, pk->ndigits); /* x^3 + a·x + b */ in ecc_is_pubkey_valid_partial()