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

  /external/lzma/CPP/7zip/Crypto/
MyAes.cpp 54 STDMETHODIMP CAesCbcCoder::SetInitVector(const Byte *data, UInt32 size)
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 391 STDMETHODIMP CFilterCoder::SetInitVector(const Byte *data, UInt32 size)
392 { return _CryptoProperties->SetInitVector(data, size); }

Completed in 220 milliseconds