Searched refs:IkeSkfPayload (Results 1 – 8 of 8) sorted by relevance
109 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()
65 public static IkeSkfPayload makeDummySkfPayload( in makeDummySkfPayload()69 return new IkeSkfPayload(mockEncryptedBody, fragNum, totalFrags); in makeDummySkfPayload()
186 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()
164 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()
36 public final class IkeSkfPayload extends IkeSkPayload { class57 IkeSkfPayload( in IkeSkfPayload() method in IkeSkfPayload103 IkeSkfPayload( in IkeSkfPayload() method in IkeSkfPayload128 IkeSkfPayload(IkeEncryptedPayloadBody encryptedPayloadBody, int fragNum, int totalFrags) { in IkeSkfPayload() method in IkeSkfPayload
625 - 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()
109 return new IkeSkfPayload( in decodeIkeSkPayload()
207 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()