Searched refs:sectionLength (Results 1 – 3 of 3) sorted by relevance
301 int sectionLength = 0; in toBytesInternal() local327 sectionLength += saltOrEncryptionInfoBytes.length; in toBytesInternal()332 sectionLength += identityHeaderBytes.length; in toBytesInternal()338 sectionLength += ciphertext.length; in toBytesInternal()340 sectionLength += CryptorMicImp.MIC_LENGTH; in toBytesInternal()341 mLength = sectionLength; in toBytesInternal()346 if (sectionLength > 255) { in toBytesInternal()350 byte sectionHeader = (byte) sectionLength; in toBytesInternal()
230 int sectionLength = (((data[1] & 0x0f) << 8) | (data[2] & 0xff)) + 3; in checkValidPsipSection() local231 if (sectionLength != data.length) { in checkValidPsipSection()
657 int sectionLength = in parseSections() local659 if (pos + sectionLength > data.length()) { in parseSections()665 parseSection(Arrays.copyOfRange(data.buffer(), pos, pos + sectionLength)); in parseSections() local666 pos += sectionLength; in parseSections()1080 int sectionLength = ((data[1] & 0x0f) << 8) | (data[2] & 0xff); in parseSDT() local1084 if (sectionLength + 3 > data.length) { in parseSDT()1128 int sectionLength = ((data[1] & 0x0f) << 8) | (data[2] & 0xff); in parseDVBEIT() local