Searched refs:p224_point_double (Results 1 – 1 of 1) sorted by relevance
/third_party/boringssl/src/crypto/fipsmodule/ec/ |
D | p224-64.c | 608 static void p224_point_double(p224_felem x_out, p224_felem y_out, in p224_point_double() function 764 p224_point_double(x3, y3, z3, x1, y1, z1); in p224_point_add() 936 p224_point_double(x, y, z, x, y, z); in ec_GFp_nistp224_dbl() 956 p224_point_double(out[j][0], out[j][1], out[j][2], out[j / 2][0], in ec_GFp_nistp224_make_precomp() 975 p224_point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]); in ec_GFp_nistp224_point_mul() 1021 p224_point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]); in ec_GFp_nistp224_point_mul_base() 1077 p224_point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]); in ec_GFp_nistp224_point_mul_public()
|