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

/external/lzma/CPP/7zip/UI/Console/
H A DOpenCallbackConsole.cpp41 HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password) argument
43 passwordIsDefined = PasswordIsDefined;
H A DUpdateCallbackConsole.cpp212 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) argument
218 *passwordIsDefined = false;
231 *passwordIsDefined = BoolToInt(PasswordIsDefined);
H A DMain.cpp830 bool passwordIsDefined =
832 openCallback.PasswordIsDefined = passwordIsDefined;
840 callback.PasswordIsDefined = passwordIsDefined;
/external/lzma/CPP/7zip/
H A DIPassword.h20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.h24 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
81 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
H A DArchiveOpenCallback.h23 virtual HRESULT Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password) x; \
H A DExtract.cpp399 bool passwordIsDefined; local
401 RINOK(openCallback->Open_GetPasswordIfAny(passwordIsDefined, password));
402 if (passwordIsDefined)
H A DUpdateCallback.cpp562 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) argument
565 return Callback->CryptoGetTextPassword2(passwordIsDefined, password);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h22 We don't need to init isEncrypted and passwordIsDefined
29 #define _7Z_DECODER_CRYPRO_VARS_DECL , ICryptoGetTextPassword *getTextPassword, bool &isEncrypted, bool &passwordIsDefined
30 #define _7Z_DECODER_CRYPRO_VARS , getTextPassword, isEncrypted, passwordIsDefined
H A D7zHandlerOut.cpp542 Int32 passwordIsDefined; local
543 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password));
544 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined);
H A D7zExtract.cpp214 bool passwordIsDefined = false; local
H A D7zDecode.cpp114 We don't need to init isEncrypted and passwordIsDefined
118 passwordIsDefined = false;
275 passwordIsDefined = true;
H A D7zUpdate.cpp675 bool passwordIsDefined = false; local
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp503 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
678 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) argument
691 *passwordIsDefined = BoolToInt(PasswordIsDefined);
/external/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp107 HRESULT CExtractCallbackImp::Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password) argument
109 passwordIsDefined = PasswordIsDefined;

Completed in 257 milliseconds