Home
last modified time | relevance | path

Searched refs:pdf_open_crypt (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/pdf/
H A Dcrypt.h24 fz_stream *pdf_open_crypt(fz_context *ctx, fz_stream *chain, pdf_crypt *crypt, int num, int gen);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-stream.c315 crypt_stm = pdf_open_crypt(ctx, null_stm, doc->crypt, *orig_num, *orig_gen); in pdf_open_raw_filter()
H A Dpdf-crypt.c1152 pdf_open_crypt(fz_context *ctx, fz_stream *chain, pdf_crypt *crypt, int num, int gen) in pdf_open_crypt() function