Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp1103 CMyComPtr<ICryptoGetTextPassword> GetTextPassword; member in CArchiveOpenCallback_Offset
1125 if (GetTextPassword) in CryptoGetTextPassword()
1126 return GetTextPassword->CryptoGetTextPassword(password); in CryptoGetTextPassword()
2358 …c->Callback.QueryInterface(IID_ICryptoGetTextPassword, &openCallback_Offset_Spec->GetTextPassword); in OpenStream2()