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

/external/lzma/CPP/7zip/
H A DIPassword.h20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
/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) function in class:CArchiveUpdateCallback
240 return Callback->CryptoGetTextPassword2(passwordIsDefined, password);
/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp197 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) function in class:CUpdateCallbackConsole
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp454 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
629 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) function in class:CArchiveUpdateCallback
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp342 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password));

Completed in 186 milliseconds