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