Home
last modified time | relevance | path

Searched refs:firstPayloadType (Results 1 – 6 of 6) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeEncryptedPayloadBody.java126 @IkePayload.PayloadType int firstPayloadType, in IkeEncryptedPayloadBody() argument
135 firstPayloadType, in IkeEncryptedPayloadBody()
150 @IkePayload.PayloadType int firstPayloadType, in IkeEncryptedPayloadBody() argument
167 firstPayloadType, in IkeEncryptedPayloadBody()
194 firstPayloadType, in IkeEncryptedPayloadBody()
215 @IkePayload.PayloadType int firstPayloadType, in generateOutboundChecksum() argument
236 firstPayloadType, encryptedPayloadLength, authenticatedSectionBuffer); in generateOutboundChecksum()
292 @IkePayload.PayloadType int firstPayloadType, in combinedModeEncrypt() argument
313 firstPayloadType, encryptedPayloadLength, authenticatedSectionBuffer); in combinedModeEncrypt()
DIkeMessage.java149 @PayloadType int firstPayloadType, boolean isResp, byte[] unencryptedPayloads) in decodePayloadList()
152 int currentPayloadType = firstPayloadType; in decodePayloadList()
659 int firstPayloadType = pair.second; in decode() local
676 firstPayloadType = DecodeResultPartial.firstPayloadType; in decode()
686 decodePayloadList(firstPayloadType, header.isResponseMsg, decryptedBytes); in decode()
854 public final int firstPayloadType; field in IkeMessage.DecodeResultPartial
879 this.firstPayloadType = in DecodeResultPartial()
885 this.firstPayloadType = in DecodeResultPartial()
886 isFirstFragment ? nextPayloadType : collectedFragments.firstPayloadType; in DecodeResultPartial()
DIkeSkPayload.java122 @PayloadType int firstPayloadType, in IkeSkPayload() argument
131 firstPayloadType, in IkeSkPayload()
144 @PayloadType int firstPayloadType, in IkeSkPayload() argument
158 firstPayloadType, in IkeSkPayload()
DIkeSkfPayload.java105 @PayloadType int firstPayloadType, in IkeSkfPayload() argument
115 firstPayloadType, in IkeSkfPayload()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessageTest.java560 assertEquals(PAYLOAD_TYPE_AUTH, resultPartial.firstPayloadType); in testConstructDecodePartialFirstFragArriveFirst()
575 assertEquals(PAYLOAD_TYPE_NO_NEXT, resultPartial.firstPayloadType); in testConstructDecodePartialSecondFragArriveFirst()
593 assertEquals(PAYLOAD_TYPE_AUTH, resultPartialComplete.firstPayloadType); in testConstructDecodeResultPartialWithCollectedFrags()
608 assertEquals(PAYLOAD_TYPE_AUTH, resultPartialIncomplete.firstPayloadType); in testReassembleAllFrags()
683 assertEquals(PAYLOAD_TYPE_NO_NEXT, resultPartial.firstPayloadType); in testRcvFirstArrivedFrag()
788 assertEquals(PAYLOAD_TYPE_NO_NEXT, resultPartial.firstPayloadType); in testRcvFragWithLargerTotalFragments()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java564 IkeSaRecord ikeSaRecord, boolean isResp, int eType, int firstPayloadType) { in makeDummyIkeHeader() argument
568 firstPayloadType, in makeDummyIkeHeader()
604 int firstPayloadType = in makeDummyIkeMessageForTest() local
609 initSpi, respSpi, firstPayloadType, eType, isResp, fromikeInit, messageId); in makeDummyIkeMessageForTest()
2942 assertEquals(PAYLOAD_TYPE_AUTH, resultPartial.firstPayloadType); in testCreateIkeLocalIkeAuthHandlesFirstFrag()
3443 assertEquals(PAYLOAD_TYPE_SA, resultPartial.firstPayloadType); in testRekeyIkeLocalDeleteWithRequestFragOnNewSa()