Searched defs:getTextPassword (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp122 CMyComPtr<ICryptoGetTextPassword> getTextPassword; local
123 ReOpenCallback.QueryInterface(IID_ICryptoGetTextPassword, &getTextPassword);
124 if (getTextPassword)
125 return getTextPassword->CryptoGetTextPassword(password);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp211 CMyComPtr<ICryptoGetTextPassword> getTextPassword; local
213 extractCallback.QueryInterface(IID_ICryptoGetTextPassword, &getTextPassword);
235 , getTextPassword, passwordIsDefined
H A D7zDecode.cpp98 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
260 if (getTextPassword == 0)
263 RINOK(getTextPassword->CryptoGetTextPassword(&passwordBSTR));
89 Decode( DECL_EXTERNAL_CODECS_LOC_VARS IInStream *inStream, UInt64 startPos, const UInt64 *packSizes, const CFolder &folderInfo, ISequentialOutStream *outStream, ICompressProgressInfo *compressProgress , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined , bool mtMode, UInt32 numThreads ) argument
H A D7zHandler.cpp398 CMyComPtr<ICryptoGetTextPassword> getTextPassword; local
402 IID_ICryptoGetTextPassword, &getTextPassword);
415 , getTextPassword, _passwordIsDefined
H A D7zIn.cpp786 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
842 , getTextPassword, passwordIsDefined
867 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
889 , getTextPassword, passwordIsDefined
1140 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
1231 , getTextPassword, passwordIsDefined
1251 , getTextPassword, passwordIsDefined
1260 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
1269 , getTextPassword, passwordIsDefined
781 ReadAndDecodePackedStreams( DECL_EXTERNAL_CODECS_LOC_VARS UInt64 baseOffset, UInt64 &dataOffset, CObjectVector<CByteBuffer> &dataVector , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined ) argument
863 ReadHeader( DECL_EXTERNAL_CODECS_LOC_VARS CArchiveDatabaseEx &db , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined ) argument
1136 ReadDatabase2( DECL_EXTERNAL_CODECS_LOC_VARS CArchiveDatabaseEx &db , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined ) argument
1256 ReadDatabase( DECL_EXTERNAL_CODECS_LOC_VARS CArchiveDatabaseEx &db , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined ) argument

Completed in 114 milliseconds