Function tomcrypt_sys::rsa_decrypt_key_ex [] [src]

pub unsafe extern "C" fn rsa_decrypt_key_ex(
    in_: *const c_uchar,
    inlen: c_ulong,
    out: *mut c_uchar,
    outlen: *mut c_ulong,
    lparam: *const c_uchar,
    lparamlen: c_ulong,
    hash_idx: c_int,
    padding: c_int,
    stat: *mut c_int,
    key: *mut rsa_key
) -> c_int