Searched refs:CheckPassword (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_encrypt.cpp | 91 if (CheckPassword(password, password.GetLength(), TRUE, m_EncryptKey, key_len)) { in CheckSecurity() 93 if (!CheckPassword(password, password.GetLength(), FALSE, m_EncryptKey, key_len)) { in CheckSecurity() 100 return CheckPassword(password, password.GetLength(), FALSE, m_EncryptKey, key_len); in CheckSecurity() 370 int CPDF_StandardSecurityHandler::CheckPassword(FX_LPCBYTE password, FX_DWORD pass_size, FX_BOOL bO… in CheckPassword() function in CPDF_StandardSecurityHandler 372 return CheckPassword(password, pass_size, bOwner, key, m_KeyLen); in CheckPassword() 374 int CPDF_StandardSecurityHandler::CheckPassword(FX_LPCBYTE password, FX_DWORD size, FX_BOOL bOwner,… in CheckPassword() function in CPDF_StandardSecurityHandler
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 648 int CheckPassword(FX_LPCBYTE password, FX_DWORD pass_size, FX_BOOL bOwner, FX_LPBYTE key); 649 …int CheckPassword(FX_LPCBYTE password, FX_DWORD pass_size, FX_BOOL bOwner, FX_LPBYTE key, int …
|