Home
last modified time | relevance | path

Searched refs:skfPayload (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessage.java508 IkeSkfPayload skfPayload = in encryptAndEncode() local
520 packetList[i] = encodeHeaderAndBody(skfHeader, skfPayload, fragFirstInnerPayload); in encryptAndEncode()
870 IkeSkfPayload skfPayload, in DecodeResultPartial() argument
875 boolean isFirstFragment = 1 == skfPayload.fragmentNum; in DecodeResultPartial()
882 this.collectedFragsList = new byte[skfPayload.totalFragments][]; in DecodeResultPartial()
892 this.collectedFragsList[skfPayload.fragmentNum - 1] = skfPayload.getUnencryptedData(); in DecodeResultPartial()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessageTest.java774 IkeSkfPayload skfPayload = in testRcvFragWithLargerTotalFragments() local
776 setDecryptSkfPayload(skfPayload); in testRcvFragWithLargerTotalFragments()
801 IkeSkfPayload skfPayload = in testRcvFragWithSmallerTotalFragments() local
808 skfPayload, in testRcvFragWithSmallerTotalFragments()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java508 IkeSkfPayload skfPayload, in makeDummyReceivedIkeFragmentPacket() argument
517 header, dummyPacket, skfPayload, nextPayloadType, collectedFrags); in makeDummyReceivedIkeFragmentPacket()
2920 IkeSkfPayload skfPayload = in testCreateIkeLocalIkeAuthHandlesFirstFrag() local
2928 skfPayload, in testCreateIkeLocalIkeAuthHandlesFirstFrag()
3422 IkeSkfPayload skfPayload = in testRekeyIkeLocalDeleteWithRequestFragOnNewSa() local
3430 skfPayload, in testRekeyIkeLocalDeleteWithRequestFragOnNewSa()