Searched refs:CheckPasswordImpl (Results 1 – 2 of 2) sorted by relevance
71 bool CheckPasswordImpl(const ByteString& password, bool bOwner);
397 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