pub unsafe extern "C" fn EC_GROUP_new_from_ecpkparameters(
params: *const ecpk_parameters_st,
) -> *mut ec_group_st
Expand description
Creates a new EC_GROUP object from an ECPKPARAMETERS object \param params pointer to an existing ECPKPARAMETERS object, or NULL \return newly created EC_GROUP object with specified curve, or NULL if an error occurred