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.h66 bool CheckOwnerPassword(const ByteString& password,
Dcpdf_security_handler.cpp401 return CheckOwnerPassword(password, key, key_len); in CheckPassword()
498 bool CPDF_SecurityHandler::CheckOwnerPassword(const ByteString& password, in CheckOwnerPassword() function in CPDF_SecurityHandler