Function EC_KEY_check_key

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

Verifies that a private and/or public key is valid. \param key the EC_KEY object \return 1 on success and 0 otherwise.