Function EC_GROUP_get_curve_name

Source
pub unsafe extern "C" fn EC_GROUP_get_curve_name(
    group: *const ec_group_st,
) -> i32
Expand description

Returns the curve name of a EC_GROUP object \param group EC_GROUP object \return NID of the curve name OID or 0 if not set.