Function EC_KEY_get0_engine

Source
pub unsafe extern "C" fn EC_KEY_get0_engine(
    eckey: *const ec_key_st,
) -> *mut engine_st
Expand description

Returns the ENGINE object of a EC_KEY object \param eckey EC_KEY object \return the ENGINE object (possibly NULL).