Home | History | Annotate | Download | only in libconstrainedcrypto

Lines Matching refs:point_add

873 /* point_add sets {x_out,y_out,z_out} = {x1,y1,z1} + {x2,y2,z2}.
879 static void point_add(felem x_out, felem y_out, felem z_out, const felem x1,
1156 point_add(tx, ty, tz, nx, ny, nz, px, py, pz);