HomeSort by relevance Sort by last modified time
    Searched defs:getTextPassword (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.cpp 122 CMyComPtr<ICryptoGetTextPassword> getTextPassword;
123 ReOpenCallback.QueryInterface(IID_ICryptoGetTextPassword, &getTextPassword);
124 if (getTextPassword)
125 return getTextPassword->CryptoGetTextPassword(password);
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 211 CMyComPtr<ICryptoGetTextPassword> getTextPassword;
213 extractCallback.QueryInterface(IID_ICryptoGetTextPassword, &getTextPassword);
235 , getTextPassword, passwordIsDefined
7zHandler.cpp 398 CMyComPtr<ICryptoGetTextPassword> getTextPassword;
402 IID_ICryptoGetTextPassword, &getTextPassword);
415 , getTextPassword, _passwordIsDefined

Completed in 45 milliseconds