pub unsafe extern "C" fn EC_KEY_dup(
src: *const ec_key_st,
) -> *mut ec_key_st
Expand description
Creates a new EC_KEY object and copies the content from src to it. \param src the source EC_KEY object \return newly created EC_KEY object or NULL if an error occurred.