Searched refs:apply_z (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/crypto/ |
D | ecc.c | 1145 static void apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) in apply_z() function 1171 apply_z(x1, y1, z, curve); in xycz_initial_double() 1175 apply_z(x2, y2, z, curve); in xycz_initial_double() 1333 apply_z(rx[0], ry[0], z, curve); in ecc_point_mult() 1356 apply_z(result->x, result->y, z, curve); in ecc_point_add() 1406 apply_z(tx, ty, z, curve); in ecc_point_mult_shamir() 1413 apply_z(rx, ry, z, curve); in ecc_point_mult_shamir()
|