Searched refs:CheckPassword (Results 1 – 2 of 2) sorted by relevance
70 bool CheckPassword(const ByteString& user_password, bool bOwner);
209 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