Searched refs:point_add (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/third_party/fiat/ |
D | p256.c | 262 static void point_add(fe x3, fe y3, fe z3, const fe x1, in point_add() function 770 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1 /* mixed */, in batch_mul() 786 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1 /* mixed */, tmp[0], in batch_mul() 806 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 0 /* mixed */, in batch_mul() 875 point_add(x1, y1, z1, x1, y1, z1, 0 /* both Jacobian */, x2, y2, z2); in ec_GFp_nistp256_add() 910 point_add(p_pre_comp[j][0], p_pre_comp[j][1], in ec_GFp_nistp256_points_mul() 949 point_add(p_pre_comp[i][0], p_pre_comp[i][1], p_pre_comp[i][2], in ec_GFp_nistp256_point_mul_public() 974 point_add(ret[0], ret[1], ret[2], ret[0], ret[1], ret[2], 1 /* mixed */, in ec_GFp_nistp256_point_mul_public() 984 point_add(ret[0], ret[1], ret[2], ret[0], ret[1], ret[2], 1 /* mixed */, in ec_GFp_nistp256_point_mul_public() 999 point_add(ret[0], ret[1], ret[2], ret[0], ret[1], ret[2], in ec_GFp_nistp256_point_mul_public()
|
D | make_curve25519_tables.py | 69 def point_add(P, Q): function 81 Q = point_add(Q, P) 82 P = point_add(P, P)
|