Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h573 struct ec_group_st { struct
574 const EC_METHOD *meth;
579 EC_POINT *generator;
580 BIGNUM order;
582 int curve_name; // optional NID for named curve
584 BN_MONT_CTX *order_mont; // data for ECDSA inverse
589 BIGNUM field; // For curves over GF(p), this is the modulus.
591 EC_FELEM a, b; // Curve coefficients.
595 int a_is_minus3;
599 int field_greater_than_order;
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h573 struct ec_group_st { struct
574 const EC_METHOD *meth;
579 EC_POINT *generator;
580 BIGNUM order;
582 int curve_name; // optional NID for named curve
584 BN_MONT_CTX *order_mont; // data for ECDSA inverse
589 BIGNUM field; // For curves over GF(p), this is the modulus.
591 EC_FELEM a, b; // Curve coefficients.
595 int a_is_minus3;
599 int field_greater_than_order;
[all …]