Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.h72 void AES256_SetPassword(CPDF_Dictionary* pEncryptDict,
Dcpdf_security_handler.cpp535 AES256_SetPassword(pEncryptDict, user_password, false, m_EncryptKey); in OnCreateInternal()
537 AES256_SetPassword(pEncryptDict, owner_password_copy, true, m_EncryptKey); in OnCreateInternal()
625 void CPDF_SecurityHandler::AES256_SetPassword(CPDF_Dictionary* pEncryptDict, in AES256_SetPassword() function in CPDF_SecurityHandler