Function EC_KEY_can_sign

Source
pub unsafe extern "C" fn EC_KEY_can_sign(
    eckey: *const ec_key_st,
) -> i32
Expand description

Indicates if an EC_KEY can be used for signing. \param eckey the EC_KEY object \return 1 if can sign and 0 otherwise.