Searched defs:ec_point_st (Results 1 – 1 of 1) sorted by relevance
295 struct ec_point_st { struct296 const EC_METHOD *meth;298 int curve_name;303 BIGNUM *X;304 BIGNUM *Y;305 BIGNUM *Z; /* Jacobian projective coordinates: * (X, Y,307 int Z_is_one; /* enable optimized point arithmetics for