checkEncryption 195 lib/pdf/xpdf/PDFDoc.cc if (!checkEncryption(ownerPassword, userPassword)) {
checkEncryption 283 lib/pdf/xpdf/PDFDoc.cc if (secHdlr->checkEncryption(ownerPassword, userPassword)) {
checkEncryption 165 lib/pdf/xpdf/PDFDoc.h GBool checkEncryption(GString *ownerPassword, GString *userPassword);
checkEncryption 46 lib/pdf/xpdf/SecurityHandler.h GBool checkEncryption(GString *ownerPassword,