Searched refs:apply_z (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | ecc.c | 1133 static void apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) in apply_z() function 1159 apply_z(x1, y1, z, curve); in xycz_initial_double() 1163 apply_z(x2, y2, z, curve); in xycz_initial_double() 1321 apply_z(rx[0], ry[0], z, curve); in ecc_point_mult() 1344 apply_z(result->x, result->y, z, curve); in ecc_point_add() 1394 apply_z(tx, ty, z, curve); in ecc_point_mult_shamir() 1401 apply_z(rx, ry, z, curve); in ecc_point_mult_shamir()
|
/kernel/linux/linux-6.6/crypto/ |
H A 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() 1408 apply_z(tx, ty, z, curve); in ecc_point_mult_shamir() 1415 apply_z(rx, ry, z, curve); in ecc_point_mult_shamir()
|
Completed in 6 milliseconds