crypto/ecc.c
1220
apply_z(x1, y1, z, curve);
crypto/ecc.c
1224
apply_z(x2, y2, z, curve);
crypto/ecc.c
1385
apply_z(rx[0], ry[0], z, curve);
crypto/ecc.c
1408
apply_z(result->x, result->y, z, curve);
crypto/ecc.c
1460
apply_z(tx, ty, z, curve);
crypto/ecc.c
1467
apply_z(rx, ry, z, curve);