Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.h70 bool CheckPassword(const ByteString& user_password, bool bOwner);
Dcpdf_security_handler.cpp209 if (!password.IsEmpty() && CheckPassword(password, true)) { in CheckSecurity()
213 return CheckPassword(password, false); in CheckSecurity()
394 bool CPDF_SecurityHandler::CheckPassword(const ByteString& password, in CheckPassword() function in CPDF_SecurityHandler