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