Function EC_POINT_dup

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

Creates a new EC_POINT object and copies the content of the supplied EC_POINT \param src source EC_POINT object \param group underlying the EC_GROUP object \return newly created EC_POINT object or NULL if an error occurred