Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_local.h280 struct ec_key_st { struct
281 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 …]