Searched refs:CryptoGetTextPassword2 (Results 1 – 11 of 11) sorted by relevance
/external/lzma/CPP/7zip/UI/GUI/ |
D | UpdateCallbackGUI.cpp | 164 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/ |
D | UpdateCallbackAgent.cpp | 180 HRESULT CUpdateCallbackAgent::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() function in CUpdateCallbackAgent 192 return _cryptoGetTextPassword->CryptoGetTextPassword2(passwordIsDefined, password); in CryptoGetTextPassword2()
|
/external/lzma/CPP/7zip/ |
D | IPassword.h | 50 x(CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password))
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | UpdateCallback100.cpp | 97 Z7_COM7F_IMF(CUpdateCallback100Imp::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password… in Z7_COM7F_IMF()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.h | 48 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x \
|
D | UpdateCallback.cpp | 963 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/ |
D | UpdateCallbackFar.cpp | 318 Z7_COM7F_IMF(CUpdateCallback100Imp::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password… in Z7_COM7F_IMF()
|
/external/lzma/CPP/7zip/Archive/Zip/ |
D | ZipHandlerOut.cpp | 408 RINOK(getTextPassword->CryptoGetTextPassword2(&passwordIsDefined, &password)) in Z7_COM7F_IMF()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.cpp | 816 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() function in CUpdateCallbackConsole
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 795 Z7_COM7F_IMF(CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in Z7_COM7F_IMF()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 727 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password)) in Z7_COM7F_IMF()
|