Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Crypto/
H A DRar5Aes.h86 HRESULT SetDecoderProps(const Byte *data, unsigned size, bool includeIV, bool isService);
H A DRar5Aes.cpp62 HRESULT CDecoder::SetDecoderProps(const Byte *p, unsigned size, bool includeIV, bool isService) in SetDecoderProps() function in NCrypto::NRar5::CDecoder
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Rar/
H A DRar5Handler.cpp896 RINOK(m_CryptoDecoder->SetDecoderProps(
1101 …RINOK(cryptoDecoder->SetDecoderProps(item.Extra + (unsigned)cryptoOffset, cryptoSize, true, item.I…