Home
last modified time | relevance | path

Searched refs:CheckOwnerPassword (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.h73 bool CheckOwnerPassword(const ByteString& password);
Dcpdf_security_handler.cpp429 return CheckOwnerPassword(password); in CheckPasswordImpl()
511 bool CPDF_SecurityHandler::CheckOwnerPassword(const ByteString& password) { in CheckOwnerPassword() function in CPDF_SecurityHandler