Home
last modified time | relevance | path

Searched refs:user_pass (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_encrypt.cpp518 CFX_ByteString user_pass = GetUserPassword(password, pass_size, key_len); in CheckOwnerPassword() local
519 if (CheckUserPassword(user_pass, user_pass.GetLength(), FALSE, key, in CheckOwnerPassword()
523 return CheckUserPassword(user_pass, user_pass.GetLength(), TRUE, key, in CheckOwnerPassword()
534 const uint8_t* user_pass, in OnCreate() argument
545 owner_pass = user_pass; in OnCreate()
556 AES256_SetPassword(pEncryptDict, user_pass, user_size, FALSE, m_EncryptKey); in OnCreate()
583 passcode[i] = i < user_size ? user_pass[i] : defpasscode[i - user_size]; in OnCreate()
597 CalcEncryptKey(m_pEncryptDict, (uint8_t*)user_pass, user_size, m_EncryptKey, in OnCreate()
628 const uint8_t* user_pass, in OnCreate() argument
633 OnCreate(pEncryptDict, pIdArray, user_pass, user_size, owner_pass, owner_size, in OnCreate()
[all …]
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h593 const uint8_t* user_pass,
601 const uint8_t* user_pass,
662 const uint8_t* user_pass,
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp2020 CFX_ByteString user_pass = m_pParser->GetPassword(); in InitID() local
2022 handler.OnCreate(m_pEncryptDict, m_pIDArray, (const uint8_t*)user_pass, in InitID()
2023 user_pass.GetLength(), flag); in InitID()