Searched refs:point_add (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/ec/ |
D | p224-64.c | 753 static void point_add(felem x3, felem y3, felem z3, const felem x1, in point_add() function 972 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1 /* mixed */, in batch_mul() 986 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1 /* mixed */, tmp[0], in batch_mul() 1008 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], mixed, tmp[0], in batch_mul() 1228 point_add(pre_comp[i][j][0], pre_comp[i][j][1], pre_comp[i][j][2], in ec_GFp_nistp224_points_mul()
|
D | p256-64.c | 1105 static void point_add(felem x3, felem y3, felem z3, const felem x1, in point_add() function 1273 point_add(felem_x3, felem_y3, felem_z3, felem_x1, felem_y1, felem_z1, 0, x2, in point_add_small() 1543 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1, tmp[0], tmp[1], in batch_mul() 1560 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1, tmp[0], tmp[1], in batch_mul() 1584 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], mixed, tmp[0], in batch_mul()
|