Searched refs:CheckPassword (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_encrypt.cpp | 92 if (CheckPassword(password, password.GetLength(), TRUE, m_EncryptKey, in CheckSecurity() 95 if (!CheckPassword(password, password.GetLength(), FALSE, m_EncryptKey, in CheckSecurity() 103 return CheckPassword(password, password.GetLength(), FALSE, m_EncryptKey, in CheckSecurity() 387 int CPDF_StandardSecurityHandler::CheckPassword(const uint8_t* password, in CheckPassword() function in CPDF_StandardSecurityHandler 391 return CheckPassword(password, pass_size, bOwner, key, m_KeyLen); in CheckPassword() 393 int CPDF_StandardSecurityHandler::CheckPassword(const uint8_t* password, in CheckPassword() function in CPDF_StandardSecurityHandler
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 612 int CheckPassword(const uint8_t* password, 616 int CheckPassword(const uint8_t* password,
|