Searched refs:apply_z (Results 1 – 1 of 1) sorted by relevance
| /linux/crypto/ |
| H A D | ecc.c | 1185 static void apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) in apply_z() function 1211 apply_z(x1, y1, z, curve); in xycz_initial_double() 1215 apply_z(x2, y2, z, curve); in xycz_initial_double() 1376 apply_z(rx[0], ry[0], z, curve); in ecc_point_mult() 1399 apply_z(result->x, result->y, z, curve); in ecc_point_add() 1451 apply_z(tx, ty, z, curve); in ecc_point_mult_shamir() 1458 apply_z(rx, ry, z, curve); in ecc_point_mult_shamir()
|