Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.cpp122 CMyComPtr<ICryptoGetTextPassword> getTextPassword; in CryptoGetTextPassword() local
123 ReOpenCallback.QueryInterface(IID_ICryptoGetTextPassword, &getTextPassword); in CryptoGetTextPassword()
124 if (getTextPassword) in CryptoGetTextPassword()
125 return getTextPassword->CryptoGetTextPassword(password); in CryptoGetTextPassword()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h213 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
220 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
227 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
238 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
D7zExtract.cpp211 CMyComPtr<ICryptoGetTextPassword> getTextPassword; in Extract() local
213 extractCallback.QueryInterface(IID_ICryptoGetTextPassword, &getTextPassword); in Extract()
235 , getTextPassword, passwordIsDefined in Extract()
D7zIn.cpp786 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in ReadAndDecodePackedStreams() argument
842 , getTextPassword, passwordIsDefined in ReadAndDecodePackedStreams()
867 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in ReadHeader() argument
889 , getTextPassword, passwordIsDefined in ReadHeader()
1140 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in ReadDatabase2() argument
1231 , getTextPassword, passwordIsDefined in ReadDatabase2()
1251 , getTextPassword, passwordIsDefined in ReadDatabase2()
1260 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in ReadDatabase() argument
1269 , getTextPassword, passwordIsDefined in ReadDatabase()
D7zDecode.cpp98 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in Decode() argument
260 if (getTextPassword == 0) in Decode()
263 RINOK(getTextPassword->CryptoGetTextPassword(&passwordBSTR)); in Decode()
D7zHandler.cpp398 CMyComPtr<ICryptoGetTextPassword> getTextPassword; in Open() local
402 IID_ICryptoGetTextPassword, &getTextPassword); in Open()
415 , getTextPassword, _passwordIsDefined in Open()