Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dinternal.h114 struct ec_group_st { struct
115 const EC_METHOD *meth;
117 EC_POINT *generator;
118 BIGNUM order;
120 int curve_name; /* optional NID for named curve */
122 const BN_MONT_CTX *mont_data; /* data for ECDSA inverse */
127 BIGNUM field; /* For curves over GF(p), this is the modulus. */
129 BIGNUM a, b; /* Curve coefficients. */
131 int a_is_minus3; /* enable optimized point arithmetics for special case */
133 BN_MONT_CTX *mont; /* Montgomery structure. */
[all …]