Searched defs:SetPassword (Results 1 – 10 of 10) sorted by relevance
60 void CDecoder::SetPassword(const Byte *data, unsigned size) in SetPassword() function in NCrypto::NRar3::CDecoder
49 void CData::SetPassword(const Byte *data, unsigned size) in SetPassword() function in NCrypto::NRar2::CData
54 void CKeyInfo::SetPassword(const Byte *data, UInt32 size) in SetPassword() function in NCrypto::NZipStrong::CKeyInfo
138 void CDecoder::SetPassword(const Byte *data, size_t size) in SetPassword() function in NCrypto::NRar5::CDecoder
182 void SetPassword(const ByteString& password) { m_Password = password; } in SetPassword() function
177 void SetPassword(std::string password) { password_ = std::move(password); } in SetPassword() function
947 void SetPassword(const CHAR* s, const Component& comp) { in SetPassword() function
519 HRESULT CExtractCallbackConsole::SetPassword(const UString &password) in SetPassword() function in CExtractCallbackConsole
676 HRESULT CExtractCallbackImp::SetPassword(const UString &password) in SetPassword() function in CExtractCallbackImp