Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dec_local.h287 struct ec_key_st { struct
288 const EC_KEY_METHOD *meth;
289 ENGINE *engine;
290 int version;
291 EC_GROUP *group;
292 EC_POINT *pub_key;
293 BIGNUM *priv_key;
294 unsigned int enc_flag;
295 point_conversion_form_t conv_form;
296 CRYPTO_REF_COUNT references;
[all …]