Searched refs:p224_point_add (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | p224-64.c | 693 static void p224_point_add(p224_felem x3, p224_felem y3, p224_felem z3, in p224_point_add() function 911 p224_point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1 /* mixed */, in p224_batch_mul() 925 p224_point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1 /* mixed */, in p224_batch_mul() 945 p224_point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 0 /* mixed */, in p224_batch_mul() 1010 p224_point_add(x1, y1, z1, x1, y1, z1, 0 /* both Jacobian */, x2, y2, z2); in ec_GFp_nistp224_add() 1052 p224_point_add(p_pre_comp[j][0], p_pre_comp[j][1], p_pre_comp[j][2], in ec_GFp_nistp224_points_mul()
|