Searched defs:ec_point_st (Results 1 – 1 of 1) sorted by relevance
291 struct ec_point_st { struct292 const EC_METHOD *meth;297 BIGNUM X;298 BIGNUM Y;299 BIGNUM Z; /* Jacobian projective coordinates: (X, Y, Z)301 int Z_is_one; /* enable optimized point arithmetics for