Searched refs:point_to_affine (Results 1 – 1 of 1) sorted by relevance
/system/core/libmincrypt/ |
D | p256_ec.c | 1103 static void point_to_affine(felem x_out, felem y_out, const felem nx, in point_to_affine() function 1233 point_to_affine(x_affine, y_affine, x, y, z); in p256_base_point_mul() 1276 point_to_affine(px, py, x1, y1, z1); in p256_points_mul_vartime()
|