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.h46 bool CheckPassword(const ByteString& user_password,
Dcpdf_security_handler.cpp114 CheckPassword(password, true, m_EncryptKey, m_KeyLen)) { in CheckSecurity()
118 return CheckPassword(password, false, m_EncryptKey, m_KeyLen); in CheckSecurity()
389 bool CPDF_SecurityHandler::CheckPassword(const ByteString& password, in CheckPassword() function in CPDF_SecurityHandler