Searched refs:vli_mod_square_fast (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/crypto/ |
H A D | ecc.c | 1093 vli_mod_square_fast(t4, y1, curve); in ecc_point_double_jacobian() 1097 vli_mod_square_fast(t4, t4, curve); in ecc_point_double_jacobian() 1101 vli_mod_square_fast(z1, z1, curve); in ecc_point_double_jacobian() 1127 vli_mod_square_fast(z1, x1, curve); in ecc_point_double_jacobian() 1149 vli_mod_square_fast(t1, z, curve); /* z^2 */ in apply_z() 1193 vli_mod_square_fast(t5, t5, curve); in xycz_add() 1201 vli_mod_square_fast(t5, y2, curve); in xycz_add() 1238 vli_mod_square_fast(t5, t5, curve); in xycz_add_c() 1255 vli_mod_square_fast(x2, y2, curve); in xycz_add_c() 1267 vli_mod_square_fast(t7, t5, curve); in xycz_add_c() [all …]
|