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

/external/lzma/CPP/7zip/
H A DIPassword.h20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.h58 , ICryptoGetTextPassword *getTextPasswordSpec, bool &passwordIsDefined
H A D7zIn.h213 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
220 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
227 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
238 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
H A D7zDecode.cpp98 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
108 passwordIsDefined = false;
265 passwordIsDefined = true;
H A D7zExtract.cpp219 bool passwordIsDefined; local
235 , getTextPassword, passwordIsDefined
H A D7zIn.cpp786 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
842 , getTextPassword, passwordIsDefined
867 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
889 , getTextPassword, passwordIsDefined
1140 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
1231 , getTextPassword, passwordIsDefined
1251 , getTextPassword, passwordIsDefined
1260 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
1269 , getTextPassword, passwordIsDefined
H A D7zHandlerOut.cpp341 Int32 passwordIsDefined; local
342 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password));
343 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined);
H A D7zUpdate.cpp612 bool passwordIsDefined; local
623 , GetTextPassword, passwordIsDefined
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.h25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
53 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
H A DUpdateCallback.cpp237 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) argument
240 return Callback->CryptoGetTextPassword2(passwordIsDefined, password);
/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp197 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) argument
203 *passwordIsDefined = false;
216 *passwordIsDefined = BoolToInt(PasswordIsDefined);
H A DMain.cpp500 bool passwordIsDefined = local
502 openCallback.PasswordIsDefined = passwordIsDefined;
510 callback.PasswordIsDefined = passwordIsDefined;
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp454 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
629 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) argument
642 *passwordIsDefined = BoolToInt(PasswordIsDefined);

Completed in 103 milliseconds