Home
last modified time | relevance | path

Searched defs:ec_point_st (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_local.h309 struct ec_point_st { struct
310 const EC_METHOD *meth;
312 int curve_name;
317 BIGNUM *X;
318 BIGNUM *Y;
319 BIGNUM *Z; /* Jacobian projective coordinates: * (X, Y,
321 int Z_is_one; /* enable optimized point arithmetics for
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_local.h295 struct ec_point_st { struct
296 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