HomeSort by relevance Sort by last modified time
    Searched refs:passwordIsDefined (Results 1 - 13 of 13) sorted by null

  /external/lzma/CPP/7zip/
IPassword.h 20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.h 25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
53 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
UpdateCallback.cpp 237 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password)
240 return Callback->CryptoGetTextPassword2(passwordIsDefined, password);
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.h 58 , ICryptoGetTextPassword *getTextPasswordSpec, bool &passwordIsDefined
7zIn.h 213 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
220 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
227 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
238 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
7zDecode.cpp 98 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
108 passwordIsDefined = false;
265 passwordIsDefined = true;
7zExtract.cpp 219 bool passwordIsDefined;
235 , getTextPassword, passwordIsDefined
7zIn.cpp 786 , 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
    [all...]
7zHandlerOut.cpp 341 Int32 passwordIsDefined;
342 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password));
343 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined);
344 if (methodMode.PasswordIsDefined)
348 methodMode.PasswordIsDefined = false;
354 if (methodMode.PasswordIsDefined)
365 headerMethod.PasswordIsDefined = methodMode.PasswordIsDefined;
7zUpdate.cpp 612 bool passwordIsDefined;
623 , GetTextPassword, passwordIsDefined
835 groups[GetGroupIndex(method.PasswordIsDefined, filteredGroup)].Indices.Add(i);
847 if (options.Method->PasswordIsDefined)
883 if (!method.PasswordIsDefined)
889 method.PasswordIsDefined = true;
894 method.PasswordIsDefined = false;
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 197 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password)
203 *passwordIsDefined = false;
208 if (!PasswordIsDefined)
213 PasswordIsDefined = true;
216 *passwordIsDefined = BoolToInt(PasswordIsDefined);
232 if (!PasswordIsDefined)
236 PasswordIsDefined = true;
Main.cpp 389 ecs->PasswordIsDefined = options.PasswordEnabled;
399 openCallback.PasswordIsDefined = options.PasswordEnabled;
500 bool passwordIsDefined =
502 openCallback.PasswordIsDefined = passwordIsDefined;
510 callback.PasswordIsDefined = passwordIsDefined;
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 118 bool PasswordIsDefined;
121 CArchiveOpenCallback() : PasswordIsDefined(false) {}
136 if (!PasswordIsDefined)
140 // PasswordIsDefined = true;
204 bool PasswordIsDefined;
207 CArchiveExtractCallback() : PasswordIsDefined(false) {}
403 if (!PasswordIsDefined)
407 // PasswordIsDefined = true;
454 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
464 bool PasswordIsDefined;
    [all...]

Completed in 136 milliseconds