Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Crypto/
D7zAes.cpp154 Byte ivSizeSpec = (Byte)((ivSize == 0) ? 0 : (ivSize - 1)); in WriteCoderProperties() local
155 Byte secondByte = (Byte)(((saltSizeSpec) << 4) | ivSizeSpec); in WriteCoderProperties()