Function EC_GROUP_new_from_ecparameters

Source
pub unsafe extern "C" fn EC_GROUP_new_from_ecparameters(
    params: *const ec_parameters_st,
) -> *mut ec_group_st
Expand description

Creates a new EC_GROUP object from an ECPARAMETERS object \param params pointer to the ECPARAMETERS object \return newly created EC_GROUP object with specified curve or NULL if an error occurred