Home
last modified time | relevance | path

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

/linux/crypto/
H A Decc.c1194 static void apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) in apply_z() function
1220 apply_z(x1, y1, z, curve); in xycz_initial_double()
1224 apply_z(x2, y2, z, curve); in xycz_initial_double()
1385 apply_z(rx[0], ry[0], z, curve); in ecc_point_mult()
1408 apply_z(result->x, result->y, z, curve); in ecc_point_add()
1460 apply_z(tx, ty, z, curve); in ecc_point_mult_shamir()
1467 apply_z(rx, ry, z, curve); in ecc_point_mult_shamir()