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()
DIkeMessageTest.java184 private IkeSkfPayload mDummySkfPayloadOne;
185 private IkeSkfPayload mDummySkfPayloadTwo;
640 private void setDecryptSkfPayload(IkeSkfPayload skf) throws Exception { in setDecryptSkfPayload()
699 IkeSkfPayload skfOne = in testRcvLastArrivedFrag()
701 IkeSkfPayload skfTwo = in testRcvLastArrivedFrag()
774 IkeSkfPayload skfPayload = in testRcvFragWithLargerTotalFragments()
801 IkeSkfPayload skfPayload = in testRcvFragWithSmallerTotalFragments()
DIkeTestUtils.java65 public static IkeSkfPayload makeDummySkfPayload( in makeDummySkfPayload()
69 return new IkeSkfPayload(mockEncryptedBody, fragNum, totalFrags); in makeDummySkfPayload()
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.java482 - IkeSkfPayload.SKF_HEADER_LEN in encryptAndEncode()
508 IkeSkfPayload skfPayload = in encryptAndEncode()
509 new IkeSkfPayload( in encryptAndEncode()
641 + ((IkeSkfPayload) pair.first).fragmentNum in decode()
643 + ((IkeSkfPayload) pair.first).totalFragments in decode()
670 (IkeSkfPayload) (pair.first), in decode()
758 IkeSkfPayload skf, in processIkeFragment()
870 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.java157 import com.android.internal.net.ipsec.ike.message.IkeSkfPayload;
508 IkeSkfPayload skfPayload, in makeDummyReceivedIkeFragmentPacket()
2920 IkeSkfPayload skfPayload = in testCreateIkeLocalIkeAuthHandlesFirstFrag()
3422 IkeSkfPayload skfPayload = in testRekeyIkeLocalDeleteWithRequestFragOnNewSa()