Home
last modified time | relevance | path

Searched refs:passwordIsDefined (Results 1 – 13 of 13) sorted by relevance

/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
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
108 passwordIsDefined = false; in Decode()
265 passwordIsDefined = true; in Decode()
D7zExtract.cpp219 bool passwordIsDefined; in Extract() local
235 , getTextPassword, passwordIsDefined in Extract()
D7zDecode.h58 , ICryptoGetTextPassword *getTextPasswordSpec, bool &passwordIsDefined
D7zHandlerOut.cpp341 Int32 passwordIsDefined; in UpdateItems() local
342 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password)); in UpdateItems()
343 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined); in UpdateItems()
D7zUpdate.cpp612 bool passwordIsDefined; in Execute() local
623 , GetTextPassword, passwordIsDefined in Execute()
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp197 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument
203 *passwordIsDefined = false; in CryptoGetTextPassword2()
216 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
DMain.cpp500 bool passwordIsDefined = in Main2() local
502 openCallback.PasswordIsDefined = passwordIsDefined; in Main2()
510 callback.PasswordIsDefined = passwordIsDefined; in Main2()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.h25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
53 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
DUpdateCallback.cpp237 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2() argument
240 return Callback->CryptoGetTextPassword2(passwordIsDefined, password); in CryptoGetTextPassword2()
/external/lzma/CPP/7zip/
DIPassword.h20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp454 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
629 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2() argument
642 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()