Copies EC_GROUP objects. Note: both EC_GROUPs must use the same EC_METHOD.

Synopsis

Declared in <openssl/ec.h>

int
EC_GROUP_copy(
    EC_GROUP* dst,
    EC_GROUP const* src);

Return Value

1 on success and 0 if an error occurred.

Parameters

Name

Description

dst

destination EC_GROUP object

src

source EC_GROUP object

Created with MrDocs