Function ECDSA_verify

Source
pub unsafe extern "C" fn ECDSA_verify(
    type_: i32,
    dgst: *const u8,
    dgstlen: i32,
    sig: *const u8,
    siglen: i32,
    eckey: *mut ec_key_st,
) -> i32