Searched refs:ivSizeSpec (Results 1 – 1 of 1) sorted by relevance
154 Byte ivSizeSpec = (Byte)((ivSize == 0) ? 0 : (ivSize - 1)); in WriteCoderProperties() local155 Byte secondByte = (Byte)(((saltSizeSpec) << 4) | ivSizeSpec); in WriteCoderProperties()