Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Decc.c546 static void vli_mod_square_fast(u64 *result, const u64 *left, in vli_mod_square_fast() function
659 vli_mod_square_fast(t4, y1, curve_prime, ndigits); in ecc_point_double_jacobian()
663 vli_mod_square_fast(t4, t4, curve_prime, ndigits); in ecc_point_double_jacobian()
667 vli_mod_square_fast(z1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
693 vli_mod_square_fast(z1, x1, curve_prime, ndigits); in ecc_point_double_jacobian()
716 vli_mod_square_fast(t1, z, curve_prime, ndigits); /* z^2 */ in apply_z()
758 vli_mod_square_fast(t5, t5, curve_prime, ndigits); in xycz_add()
766 vli_mod_square_fast(t5, y2, curve_prime, ndigits); in xycz_add()
801 vli_mod_square_fast(t5, t5, curve_prime, ndigits); in xycz_add_c()
818 vli_mod_square_fast(x2, y2, curve_prime, ndigits); in xycz_add_c()
[all …]