[#EC_GROUP_get_ecpkparameters] = EC_GROUP_get_ecpkparameters :mrdocs: Creates an ECPKPARAMETERS object for the given EC_GROUP object. == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ECPKPARAMETERS.adoc[ECPKPARAMETERS]* EC_GROUP_get_ecpkparameters( xref:EC_GROUP.adoc[EC_GROUP] const* group, xref:ECPKPARAMETERS.adoc[ECPKPARAMETERS]* params); ---- == Return Value pointer to the new ECPKPARAMETERS object or NULL if an error occurred. == Parameters [cols="1,4"] |=== | Name| Description | *group* | pointer to the EC_GROUP object | *params* | pointer to an existing ECPKPARAMETERS object or NULL |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#