Function EC_GROUP_get_ecparameters

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

Creates an ECPARAMETERS object for the given EC_GROUP object. \param group pointer to the EC_GROUP object \param params pointer to an existing ECPARAMETERS object or NULL \return pointer to the new ECPARAMETERS object or NULL if an error occurred.