Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DOpenCallbackConsole.cpp41 HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password) in Open_GetPasswordIfAny() argument
43 passwordIsDefined = PasswordIsDefined; in Open_GetPasswordIfAny()
DUpdateCallbackConsole.cpp212 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument
218 *passwordIsDefined = false; in CryptoGetTextPassword2()
231 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
DMain.cpp830 bool passwordIsDefined = in Main2() local
832 openCallback.PasswordIsDefined = passwordIsDefined; in Main2()
840 callback.PasswordIsDefined = passwordIsDefined; in Main2()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.h24 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
81 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
DExtract.cpp399 bool passwordIsDefined; in Extract() local
401 RINOK(openCallback->Open_GetPasswordIfAny(passwordIsDefined, password)); in Extract()
402 if (passwordIsDefined) in Extract()
DArchiveOpenCallback.h23 virtual HRESULT Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password) x; \
DUpdateCallback.cpp562 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2() argument
565 return Callback->CryptoGetTextPassword2(passwordIsDefined, password); in CryptoGetTextPassword2()
/external/lzma/CPP/7zip/
DIPassword.h20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h29 …PRO_VARS_DECL , ICryptoGetTextPassword *getTextPassword, bool &isEncrypted, bool &passwordIsDefined
30 #define _7Z_DECODER_CRYPRO_VARS , getTextPassword, isEncrypted, passwordIsDefined
D7zHandlerOut.cpp542 Int32 passwordIsDefined; in UpdateItems() local
543 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password)); in UpdateItems()
544 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined); in UpdateItems()
D7zExtract.cpp214 bool passwordIsDefined = false; in Extract() local
D7zDecode.cpp275 passwordIsDefined = true; in Decode()
D7zUpdate.cpp675 bool passwordIsDefined = false; in Execute() local
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp503 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
678 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2() argument
691 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp107 HRESULT CExtractCallbackImp::Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password) in Open_GetPasswordIfAny() argument
109 passwordIsDefined = PasswordIsDefined; in Open_GetPasswordIfAny()