Searched refs:vli_mod_mult_fast (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/crypto/ |
H A D | ecc.c | 988 static void vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right, in vli_mod_mult_fast() function 1117 vli_mod_mult_fast(t5, x1, t4, curve); in ecc_point_double_jacobian() 1121 vli_mod_mult_fast(y1, y1, z1, curve); in ecc_point_double_jacobian() 1132 vli_mod_mult_fast(x1, x1, z1, curve); in ecc_point_double_jacobian() 1157 vli_mod_mult_fast(x1, x1, t5, curve); in ecc_point_double_jacobian() 1172 vli_mod_mult_fast(x1, x1, t1, curve); /* x1 * z^2 */ in apply_z() 1173 vli_mod_mult_fast(t1, t1, z, curve); /* z^3 */ in apply_z() 1174 vli_mod_mult_fast(y1, y1, t1, curve); /* y1 * z^3 */ in apply_z() 1217 vli_mod_mult_fast(x1, x1, t5, curve); in xycz_add() 1219 vli_mod_mult_fast(x2, x2, t5, curve); in xycz_add() [all …]
|