Creates an ECPKPARAMETERS object for the given EC_GROUP object.
Declared in <openssl/ec.h>
ECPKPARAMETERS*
EC_GROUP_get_ecpkparameters(
EC_GROUP const* group,
ECPKPARAMETERS* params);
pointer to the new ECPKPARAMETERS object or NULL if an error occurred.
| Name | Description |
|---|---|
| group | pointer to the EC_GROUP object |
| params | pointer to an existing ECPKPARAMETERS object or NULL |