Function EC_GROUP_dup

Source
pub unsafe extern "C" fn EC_GROUP_dup(
    src: *const ec_group_st,
) -> *mut ec_group_st
Expand description

Creates a new EC_GROUP object and copies the content form src to the newly created EC_KEY object \param src source EC_GROUP object \return newly created EC_GROUP object or NULL in case of an error.