Home
last modified time | relevance | path

Searched refs:apply_z (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/crypto/
Decc.c1141 static void apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) in apply_z() function
1167 apply_z(x1, y1, z, curve); in xycz_initial_double()
1171 apply_z(x2, y2, z, curve); in xycz_initial_double()
1329 apply_z(rx[0], ry[0], z, curve); in ecc_point_mult()
1352 apply_z(result->x, result->y, z, curve); in ecc_point_add()
1402 apply_z(tx, ty, z, curve); in ecc_point_mult_shamir()
1409 apply_z(rx, ry, z, curve); in ecc_point_mult_shamir()