Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-64.c1042 static void point_add(felem x3, felem y3, felem z3, const felem x1, in point_add() function
1210 point_add(felem_x3, felem_y3, felem_z3, felem_x1, felem_y1, felem_z1, 0, x2, in point_add_small()
1476 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1 /* mixed */, in batch_mul()
1492 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1 /* mixed */, tmp[0], in batch_mul()
1514 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 0 /* mixed */, in batch_mul()
/external/libconstrainedcrypto/
Dp256_ec.c879 static void point_add(felem x_out, felem y_out, felem z_out, const felem x1, in point_add() function
1156 point_add(tx, ty, tz, nx, ny, nz, px, py, pz); in scalar_mult()