Searched refs:commentSize (Results 1 – 3 of 3) sorted by relevance
1095 int32_t commentSize = buffer->range_length() + 1; in verifyOpusComments() local1096 auto tmp = heapbuffer<uint8_t>(commentSize); in verifyOpusComments()1108 buf.size = commentSize; in verifyOpusComments()1115 ref.length = commentSize; in verifyOpusComments()1134 if (vendorLen < 0 || vendorLen > commentSize - 8) { in verifyOpusComments()1145 if (n < 0 || n > ((commentSize - oggpack_bytes(&bits)) >> 2)) { in verifyOpusComments()1151 if (len < 0 || len > (commentSize - oggpack_bytes(&bits))) { in verifyOpusComments()1159 if (framingBitOffset < 0 || framingBitOffset >= commentSize) { in verifyOpusComments()1165 buf.size = commentSize - headerLen; in verifyOpusComments()1171 ref.length = commentSize - headerLen; in verifyOpusComments()
307 final int commentSize = (footer[4] & 0xff) | ((footer[5] & 0xff) << 8); in verifyPackage() local310 byte[] eocd = new byte[commentSize + 22]; in verifyPackage()311 raf.seek(fileLen - (commentSize + 22)); in verifyPackage()330 … new PKCS7(new ByteArrayInputStream(eocd, commentSize+22-signatureStart, signatureStart)); in verifyPackage()369 long toRead = fileLen - commentSize - 2; in verifyPackage()
140 uint16_t commentSize; in FindCDRecord() member