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()
184 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()
65 public static IkeSkfPayload makeDummySkfPayload( in makeDummySkfPayload()69 return new IkeSkfPayload(mockEncryptedBody, fragNum, totalFrags); in makeDummySkfPayload()
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
482 - 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()
109 return new IkeSkfPayload( in decodeIkeSkPayload()
157 import com.android.internal.net.ipsec.ike.message.IkeSkfPayload;508 IkeSkfPayload skfPayload, in makeDummyReceivedIkeFragmentPacket()2920 IkeSkfPayload skfPayload = in testCreateIkeLocalIkeAuthHandlesFirstFrag()3422 IkeSkfPayload skfPayload = in testRekeyIkeLocalDeleteWithRequestFragOnNewSa()