Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h564 virtual FX_BOOL GetCryptInfo(int& cipher,
584 FX_BOOL GetCryptInfo(int& cipher,
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_encrypt.cpp198 FX_BOOL CPDF_StandardSecurityHandler::GetCryptInfo(int& cipher, in GetCryptInfo() function in CPDF_StandardSecurityHandler
947 if (!pSecurityHandler->GetCryptInfo(m_Cipher, key, m_KeyLen)) { in Init()