Function mupdf_sys::fz_open_aesd

source ·
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
Expand description

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