Function RSA_verify

Source
pub unsafe extern "C" fn RSA_verify(
    type_: i32,
    m: *const u8,
    m_length: u32,
    sigbuf: *const u8,
    siglen: u32,
    rsa: *mut rsa_st,
) -> i32