Searched refs:p224_point_double (Results 1 – 1 of 1) sorted by relevance
/external/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 762 p224_point_double(x3, y3, z3, x1, y1, z1); in p224_point_add() 897 p224_point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]); in p224_batch_mul() 1023 p224_point_double(x, y, z, x, y, z); in ec_GFp_nistp224_dbl() 1057 p224_point_double(p_pre_comp[j][0], p_pre_comp[j][1], p_pre_comp[j][2], in ec_GFp_nistp224_points_mul()
|