[][src]Function mupdf_sys::fz_open_aesd

pub unsafe extern "C" fn fz_open_aesd(
    ctx: *mut fz_context,
    chain: *mut fz_stream,
    key: *mut c_uchar,
    keylen: c_uint
) -> *mut fz_stream

aesd filter performs AES decoding of data read from the chained filter using the supplied key.