Searched refs:vli_mod_square_fast (Results 1 – 1 of 1) sorted by relevance
| /linux/crypto/ |
| A D | ecc.c | 1142 vli_mod_square_fast(t4, y1, curve); in ecc_point_double_jacobian() 1146 vli_mod_square_fast(t4, t4, curve); in ecc_point_double_jacobian() 1150 vli_mod_square_fast(z1, z1, curve); in ecc_point_double_jacobian() 1176 vli_mod_square_fast(z1, x1, curve); in ecc_point_double_jacobian() 1198 vli_mod_square_fast(t1, z, curve); /* z^2 */ in apply_z() 1242 vli_mod_square_fast(t5, t5, curve); in xycz_add() 1250 vli_mod_square_fast(t5, y2, curve); in xycz_add() 1287 vli_mod_square_fast(t5, t5, curve); in xycz_add_c() 1304 vli_mod_square_fast(x2, y2, curve); in xycz_add_c() 1316 vli_mod_square_fast(t7, t5, curve); in xycz_add_c() [all …]
|
Completed in 7 milliseconds