Searched refs:firstFragBytes (Results 1 – 3 of 3) sorted by relevance
821 firstPacket = DecodeResultPartial.firstFragBytes; in decode()998 public final byte[] firstFragBytes; field in IkeMessage.DecodeResultPartial1024 this.firstFragBytes = isFirstFragment ? inputPacket : null; in DecodeResultPartial()1030 this.firstFragBytes = in DecodeResultPartial()1031 isFirstFragment ? inputPacket : collectedFragments.firstFragBytes; in DecodeResultPartial()
563 assertArrayEquals(mIkeFragPacketOne, resultPartial.firstFragBytes); in testConstructDecodePartialFirstFragArriveFirst()578 assertNull(resultPartial.firstFragBytes); in testConstructDecodePartialSecondFragArriveFirst()596 assertArrayEquals(mIkeFragPacketOne, resultPartialComplete.firstFragBytes); in testConstructDecodeResultPartialWithCollectedFrags()611 assertArrayEquals(mIkeFragPacketOne, resultPartialIncomplete.firstFragBytes); in testReassembleAllFrags()686 assertNull(resultPartial.firstFragBytes); in testRcvFirstArrivedFrag()791 assertNull(resultPartial.firstFragBytes); in testRcvFragWithLargerTotalFragments()
637 byte[] firstFragBytes) { in makeDummyReceivedLastIkeFragmentPacketOk() argument647 new DecodeResultOk(completeMessage, firstFragBytes)); in makeDummyReceivedLastIkeFragmentPacketOk()