Home
last modified time | relevance | path

Searched refs:CheckUserPassword (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_encrypt.cpp408 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/
Dfpdf_parser.h637 FX_BOOL CheckUserPassword(const uint8_t* password,