crypto/ecc.c
1211
apply_z(x1, y1, z, curve);
crypto/ecc.c
1215
apply_z(x2, y2, z, curve);
crypto/ecc.c
1376
apply_z(rx[0], ry[0], z, curve);
crypto/ecc.c
1399
apply_z(result->x, result->y, z, curve);
crypto/ecc.c
1451
apply_z(tx, ty, z, curve);
crypto/ecc.c
1458
apply_z(rx, ry, z, curve);