Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/GUI/
DUpdateCallbackGUI.cpp164 HRESULT CUpdateCallbackGUI::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() function in CUpdateCallbackGUI
183 return CryptoGetTextPassword2(NULL, password); in CryptoGetTextPassword()
217 return CryptoGetTextPassword2(NULL, password); in Open_CryptoGetTextPassword()
/external/lzma/CPP/7zip/UI/Agent/
DUpdateCallbackAgent.cpp180 HRESULT CUpdateCallbackAgent::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() function in CUpdateCallbackAgent
192 return _cryptoGetTextPassword->CryptoGetTextPassword2(passwordIsDefined, password); in CryptoGetTextPassword2()
/external/lzma/CPP/7zip/
DIPassword.h50 x(CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password))
/external/lzma/CPP/7zip/UI/FileManager/
DUpdateCallback100.cpp97 Z7_COM7F_IMF(CUpdateCallback100Imp::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password… in Z7_COM7F_IMF()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.h48 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x \
DUpdateCallback.cpp963 Z7_COM7F_IMF(CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in Z7_COM7F_IMF()
966 return Callback->CryptoGetTextPassword2(passwordIsDefined, password); in Z7_COM7F_IMF()
/external/lzma/CPP/7zip/UI/Far/
DUpdateCallbackFar.cpp318 Z7_COM7F_IMF(CUpdateCallback100Imp::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password… in Z7_COM7F_IMF()
/external/lzma/CPP/7zip/Archive/Zip/
DZipHandlerOut.cpp408 RINOK(getTextPassword->CryptoGetTextPassword2(&passwordIsDefined, &password)) in Z7_COM7F_IMF()
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp816 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() function in CUpdateCallbackConsole
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp795 Z7_COM7F_IMF(CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in Z7_COM7F_IMF()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp727 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password)) in Z7_COM7F_IMF()