Function EC_GROUP_new_from_params

Source
pub unsafe extern "C" fn EC_GROUP_new_from_params(
    params: *const ossl_param_st,
    libctx: *mut ossl_lib_ctx_st,
    propq: *const i8,
) -> *mut ec_group_st
Expand description

Creates a EC_GROUP object with a curve specified by parameters. The parameters may be explicit or a named curve, \param params A list of parameters describing the group. \param libctx The associated library context or NULL for the default context \param propq A property query string \return newly created EC_GROUP object with specified parameters or NULL if an error occurred