Searched refs:CheckUserPassword (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_encrypt.cpp | 408 return CheckUserPassword(password, size, FALSE, key, key_len) || in CheckPassword() 409 CheckUserPassword(password, size, TRUE, key, key_len); in CheckPassword() 411 FX_BOOL CPDF_StandardSecurityHandler::CheckUserPassword( in CheckUserPassword() function in CPDF_StandardSecurityHandler 519 if (CheckUserPassword(user_pass, user_pass.GetLength(), FALSE, key, in CheckOwnerPassword() 523 return CheckUserPassword(user_pass, user_pass.GetLength(), TRUE, key, in CheckOwnerPassword()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 637 FX_BOOL CheckUserPassword(const uint8_t* password,
|