Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ec/
H A Dec_lcl.h251 struct ec_key_st { struct
252 const EC_KEY_METHOD *meth;
253 ENGINE *engine;
255 int version;
257 EC_GROUP *group;
259 EC_POINT *pub_key;
260 BIGNUM *priv_key;
262 unsigned int enc_flag;
265 int references;
266 int flags;
[all …]