Searched refs:skfPayload (Results 1 – 3 of 3) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeMessage.java | 523 IkeSkfPayload skfPayload = in encryptAndEncode() local 535 packetList[i] = encodeHeaderAndBody(skfHeader, skfPayload, fragFirstInnerPayload); in encryptAndEncode() 885 IkeSkfPayload skfPayload, in DecodeResultPartial() argument 890 boolean isFirstFragment = 1 == skfPayload.fragmentNum; in DecodeResultPartial() 897 this.collectedFragsList = new byte[skfPayload.totalFragments][]; in DecodeResultPartial() 907 this.collectedFragsList[skfPayload.fragmentNum - 1] = skfPayload.getUnencryptedData(); in DecodeResultPartial()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeMessageTest.java | 774 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/ |
D | IkeSessionStateMachineTest.java | 596 IkeSkfPayload skfPayload, in makeDummyReceivedIkeFragmentPacket() argument 605 header, dummyPacket, skfPayload, nextPayloadType, collectedFrags); in makeDummyReceivedIkeFragmentPacket() 3488 IkeSkfPayload skfPayload = in testCreateIkeLocalIkeAuthHandlesFirstFrag() local 3496 skfPayload, in testCreateIkeLocalIkeAuthHandlesFirstFrag() 4003 IkeSkfPayload skfPayload = in testRekeyIkeLocalDeleteWithRequestFragOnNewSa() local 4011 skfPayload, in testRekeyIkeLocalDeleteWithRequestFragOnNewSa()
|