Searched defs:ec_key_st (Results 1 – 2 of 2) sorted by relevance
287 struct ec_key_st { struct288 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 …]
280 struct ec_key_st { struct281 const EC_KEY_METHOD *meth;282 ENGINE *engine;283 int version;284 EC_GROUP *group;285 EC_POINT *pub_key;286 BIGNUM *priv_key;287 unsigned int enc_flag;288 point_conversion_form_t conv_form;289 CRYPTO_REF_COUNT references;[all …]