pub unsafe extern "C" fn EC_GROUP_get_ecpkparameters(
group: *const ec_group_st,
params: *mut ecpk_parameters_st,
) -> *mut ecpk_parameters_st
Expand description
Creates an ECPKPARAMETERS object for the given EC_GROUP object. \param group pointer to the EC_GROUP object \param params pointer to an existing ECPKPARAMETERS object or NULL \return pointer to the new ECPKPARAMETERS object or NULL if an error occurred.