Searched refs:firstFragBytes (Results 1 – 3 of 3) sorted by relevance
678 firstPacket = DecodeResultPartial.firstFragBytes; in decode()855 public final byte[] firstFragBytes; field in IkeMessage.DecodeResultPartial881 this.firstFragBytes = isFirstFragment ? inputPacket : null; in DecodeResultPartial()887 this.firstFragBytes = in DecodeResultPartial()888 isFirstFragment ? inputPacket : collectedFragments.firstFragBytes; in DecodeResultPartial()
561 assertArrayEquals(mIkeFragPacketOne, resultPartial.firstFragBytes); in testConstructDecodePartialFirstFragArriveFirst()576 assertNull(resultPartial.firstFragBytes); in testConstructDecodePartialSecondFragArriveFirst()594 assertArrayEquals(mIkeFragPacketOne, resultPartialComplete.firstFragBytes); in testConstructDecodeResultPartialWithCollectedFrags()609 assertArrayEquals(mIkeFragPacketOne, resultPartialIncomplete.firstFragBytes); in testReassembleAllFrags()684 assertNull(resultPartial.firstFragBytes); in testRcvFirstArrivedFrag()789 assertNull(resultPartial.firstFragBytes); in testRcvFragWithLargerTotalFragments()
529 byte[] firstFragBytes) { in makeDummyReceivedLastIkeFragmentPacketOk() argument539 new DecodeResultOk(completeMessage, firstFragBytes)); in makeDummyReceivedLastIkeFragmentPacketOk()