Function EC_KEY_new

Source
pub unsafe extern "C" fn EC_KEY_new() -> *mut ec_key_st
Expand description

Creates a new EC_KEY object. Same as calling EC_KEY_new_ex with a NULL library context \return EC_KEY object or NULL if an error occurred.