Home
last modified time | relevance | path

Searched refs:CryptoGetTextPassword2 (Results 1 – 6 of 6) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DUpdateCallback.h45 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
123 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
DUpdateCallback.cpp921 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2() function in CArchiveUpdateCallback
924 return Callback->CryptoGetTextPassword2(passwordIsDefined, password); in CryptoGetTextPassword2()
/third_party/lzma/CPP/7zip/
DIPassword.h50 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
/third_party/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp641 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
815 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2() function in CArchiveUpdateCallback
/third_party/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp697 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() function in CUpdateCallbackConsole
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp681 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password)); in UpdateItems()