Home
last modified time | relevance | path

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

/linux/crypto/
H A Decc.c1144 vli_mod_mult_fast(t5, x1, t4, curve); in ecc_point_double_jacobian()
1148 vli_mod_mult_fast(y1, y1, z1, curve); in ecc_point_double_jacobian()
1159 vli_mod_mult_fast(x1, x1, z1, curve); in ecc_point_double_jacobian()
1184 vli_mod_mult_fast(x1, x1, t5, curve); in ecc_point_double_jacobian()
1244 vli_mod_mult_fast(x1, x1, t5, curve); in xycz_add()
1246 vli_mod_mult_fast(x2, x2, t5, curve); in xycz_add()
1259 vli_mod_mult_fast(y1, y1, x2, curve); in xycz_add()
1263 vli_mod_mult_fast(y2, y2, x2, curve); in xycz_add()
1289 vli_mod_mult_fast(x1, x1, t5, curve); in xycz_add_c()
1291 vli_mod_mult_fast(x2, x2, t5, curve); in xycz_add_c()
[all …]