Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/pdf/
H A Dcrypt.h33 unsigned char *pdf_crypt_owner_password(fz_context *ctx, pdf_crypt *crypt);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-crypt.c959 pdf_crypt_owner_password(fz_context *ctx, pdf_crypt *crypt) in pdf_crypt_owner_password() function
H A Dpdf-write.c3214 o = pdf_crypt_owner_password(ctx, crypt); in create_encryption_dictionary()