Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h140 struct ec_group_st { struct
141 const EC_METHOD *meth;
145 EC_POINT *generator;
146 BIGNUM order;
148 int curve_name; // optional NID for named curve
150 BN_MONT_CTX *order_mont; // data for ECDSA inverse
155 BIGNUM field; // For curves over GF(p), this is the modulus.
157 BIGNUM a, b; // Curve coefficients.
159 int a_is_minus3; // enable optimized point arithmetics for special case
161 CRYPTO_refcount_t references;
[all …]