Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.h71 bool CheckPasswordImpl(const ByteString& password, bool bOwner);
Dcpdf_security_handler.cpp397 if (CheckPasswordImpl(password, bOwner)) { in CheckPassword()
408 if (!CheckPasswordImpl(utf8_password, bOwner)) in CheckPassword()
416 if (!CheckPasswordImpl(latin1_password, bOwner)) in CheckPassword()
423 bool CPDF_SecurityHandler::CheckPasswordImpl(const ByteString& password, in CheckPasswordImpl() function in CPDF_SecurityHandler