Home
last modified time | relevance | path

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

/crypto/
Decc.c844 static void vli_mod_square_fast(u64 *result, const u64 *left, in vli_mod_square_fast() function
958 vli_mod_square_fast(t4, y1, curve_prime, ndigits); in ecc_point_double_jacobian()
962 vli_mod_square_fast(t4, t4, curve_prime, ndigits); in ecc_point_double_jacobian()
966 vli_mod_square_fast(z1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
992 vli_mod_square_fast(z1, x1, curve_prime, ndigits); in ecc_point_double_jacobian()
1015 vli_mod_square_fast(t1, z, curve_prime, ndigits); /* z^2 */ in apply_z()
1057 vli_mod_square_fast(t5, t5, curve_prime, ndigits); in xycz_add()
1065 vli_mod_square_fast(t5, y2, curve_prime, ndigits); in xycz_add()
1100 vli_mod_square_fast(t5, t5, curve_prime, ndigits); in xycz_add_c()
1117 vli_mod_square_fast(x2, y2, curve_prime, ndigits); in xycz_add_c()
[all …]