Home
last modified time | relevance | path

Searched refs:IkeSkfPayload (Results 1 – 8 of 8) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSkfPayloadTest.java109 private IkeSkfPayload decodeAndDecryptFragMsg(byte[] message) throws Exception { in decodeAndDecryptFragMsg()
110 IkeSkfPayload payload = in decodeAndDecryptFragMsg()
111 (IkeSkfPayload) in decodeAndDecryptFragMsg()
127 IkeSkfPayload payload = decodeAndDecryptFragMsg(message); in testDecode()
189 IkeSkfPayload payload = decodeAndDecryptFragMsg(message); in testEncode()
DIkeTestUtils.java65 public static IkeSkfPayload makeDummySkfPayload( in makeDummySkfPayload()
69 return new IkeSkfPayload(mockEncryptedBody, fragNum, totalFrags); in makeDummySkfPayload()
DIkeMessageTest.java186 private IkeSkfPayload mDummySkfPayloadOne;
187 private IkeSkfPayload mDummySkfPayloadTwo;
642 private void setDecryptSkfPayload(IkeSkfPayload skf) throws Exception { in setDecryptSkfPayload()
701 IkeSkfPayload skfOne = in testRcvLastArrivedFrag()
703 IkeSkfPayload skfTwo = in testRcvLastArrivedFrag()
776 IkeSkfPayload skfPayload = in testRcvFragWithLargerTotalFragments()
803 IkeSkfPayload skfPayload = in testRcvFragWithSmallerTotalFragments()
DIkeEncryptedPayloadBodyTest.java164 ENCRYPTED_BODY_SK_OFFSET + IkeSkfPayload.SKF_HEADER_LEN;
386 IkeSkfPayload.encodeSkfHeader( in testBuildAndEncodeWithHmacSha13Des()
464 IkeSkfPayload.encodeSkfHeader(AES_GCM_FRAGMENT_NUM, AES_GCM_TOTAL_FRAGMENTS); in testBuildAndEncodeFragMsgWithAesGcm()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSkfPayload.java36 public final class IkeSkfPayload extends IkeSkPayload { class
57 IkeSkfPayload( in IkeSkfPayload() method in IkeSkfPayload
103 IkeSkfPayload( in IkeSkfPayload() method in IkeSkfPayload
128 IkeSkfPayload(IkeEncryptedPayloadBody encryptedPayloadBody, int fragNum, int totalFrags) { in IkeSkfPayload() method in IkeSkfPayload
DIkeMessage.java625 - IkeSkfPayload.SKF_HEADER_LEN in encryptAndEncode()
651 IkeSkfPayload skfPayload = in encryptAndEncode()
652 new IkeSkfPayload( in encryptAndEncode()
784 + ((IkeSkfPayload) pair.first).fragmentNum in decode()
786 + ((IkeSkfPayload) pair.first).totalFragments in decode()
813 (IkeSkfPayload) (pair.first), in decode()
901 IkeSkfPayload skf, in processIkeFragment()
1013 IkeSkfPayload skfPayload, in DecodeResultPartial()
DIkePayloadFactory.java109 return new IkeSkfPayload( in decodeIkeSkPayload()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java207 import com.android.internal.net.ipsec.test.ike.message.IkeSkfPayload;
616 IkeSkfPayload skfPayload, in makeDummyReceivedIkeFragmentPacket()
3882 IkeSkfPayload skfPayload = in testCreateIkeLocalIkeAuthHandlesFirstFrag()
4407 IkeSkfPayload skfPayload = in testRekeyIkeLocalDeleteWithRequestFragOnNewSa()