Searched defs:ecc_point (Results 1 – 1 of 1) sorted by relevance
43 struct ecc_point { struct49 #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits } argument