Searched defs:ec_point_st (Results 1 – 1 of 1) sorted by relevance
311 struct ec_point_st { struct312 const EC_METHOD *meth;314 int curve_name;319 BIGNUM *X;320 BIGNUM *Y;321 BIGNUM *Z; /* Jacobian projective coordinates: * (X, Y,323 int Z_is_one; /* enable optimized point arithmetic for