Function EC_GROUP_new_by_curve_name_ex

Source
pub unsafe extern "C" fn EC_GROUP_new_by_curve_name_ex(
    libctx: *mut ossl_lib_ctx_st,
    propq: *const i8,
    nid: i32,
) -> *mut ec_group_st
Expand description

Creates a EC_GROUP object with a curve specified by a NID \param libctx The associated library context or NULL for the default context \param propq A property query string \param nid NID of the OID of the curve name \return newly created EC_GROUP object with specified curve or NULL if an error occurred