[][src]Function nginx::RSA_verify

pub unsafe extern "C" fn RSA_verify(
    type_: c_int,
    m: *const c_uchar,
    m_length: c_uint,
    sigbuf: *const c_uchar,
    siglen: c_uint,
    rsa: *mut RSA
) -> c_int