Searched refs:passwordIsDefined (Results 1 – 15 of 15) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
D | OpenCallbackConsole.cpp | 41 HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password) in Open_GetPasswordIfAny() argument 43 passwordIsDefined = PasswordIsDefined; in Open_GetPasswordIfAny()
|
D | UpdateCallbackConsole.cpp | 212 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument 218 *passwordIsDefined = false; in CryptoGetTextPassword2() 231 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
|
D | Main.cpp | 830 bool passwordIsDefined = in Main2() local 832 openCallback.PasswordIsDefined = passwordIsDefined; in Main2() 840 callback.PasswordIsDefined = passwordIsDefined; in Main2()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.h | 24 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \ 81 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
|
D | Extract.cpp | 399 bool passwordIsDefined; in Extract() local 401 RINOK(openCallback->Open_GetPasswordIfAny(passwordIsDefined, password)); in Extract() 402 if (passwordIsDefined) in Extract()
|
D | ArchiveOpenCallback.h | 23 virtual HRESULT Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password) x; \
|
D | UpdateCallback.cpp | 562 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2() argument 565 return Callback->CryptoGetTextPassword2(passwordIsDefined, password); in CryptoGetTextPassword2()
|
/external/lzma/CPP/7zip/ |
D | IPassword.h | 20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.h | 29 …PRO_VARS_DECL , ICryptoGetTextPassword *getTextPassword, bool &isEncrypted, bool &passwordIsDefined 30 #define _7Z_DECODER_CRYPRO_VARS , getTextPassword, isEncrypted, passwordIsDefined
|
D | 7zHandlerOut.cpp | 542 Int32 passwordIsDefined; in UpdateItems() local 543 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password)); in UpdateItems() 544 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined); in UpdateItems()
|
D | 7zExtract.cpp | 214 bool passwordIsDefined = false; in Extract() local
|
D | 7zDecode.cpp | 275 passwordIsDefined = true; in Decode()
|
D | 7zUpdate.cpp | 675 bool passwordIsDefined = false; in Execute() local
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 503 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/ |
D | ExtractCallback.cpp | 107 HRESULT CExtractCallbackImp::Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password) in Open_GetPasswordIfAny() argument 109 passwordIsDefined = PasswordIsDefined; in Open_GetPasswordIfAny()
|