Creates an ECPKPARAMETERS object for the given EC_GROUP object.

Synopsis

Declared in <openssl/ec.h>

ECPKPARAMETERS*
EC_GROUP_get_ecpkparameters(
    EC_GROUP const* group,
    ECPKPARAMETERS* params);

Return Value

pointer to the new ECPKPARAMETERS object or NULL if an error occurred.

Parameters

Name

Description

group

pointer to the EC_GROUP object

params

pointer to an existing ECPKPARAMETERS object or NULL

Created with MrDocs