Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DUserInputUtils.cpp62 static bool GetPassword(CStdOutStream *outStream, UString &psw) in GetPassword() function
103 if (!GetPassword(outStream, psw)) in GetPassword_HRESULT()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.h59 ByteString GetPassword() { return m_Password; } in GetPassword() function
/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.cpp802 ByteString user_pass = m_pParser->GetPassword(); in InitID()