Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp523 ByteString owner_password_copy = owner_password; in OnCreateInternal() local
525 owner_password_copy = user_password; in OnCreateInternal()
537 AES256_SetPassword(pEncryptDict, owner_password_copy, true, m_EncryptKey); in OnCreateInternal()
547 passcode[i] = i < owner_password_copy.GetLength() in OnCreateInternal()
548 ? owner_password_copy[i] in OnCreateInternal()
549 : defpasscode[i - owner_password_copy.GetLength()]; in OnCreateInternal()