Home
last modified time | relevance | path

Searched refs:IkePayloadFactory (Results 1 – 11 of 11) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeDeletePayloadTest.java59 IkePayloadFactory.getIkePayload( in testDecodeDeleteIkePayload()
78 IkePayloadFactory.getIkePayload( in testDecodeDeleteChildPayload()
100 IkePayloadFactory.getIkePayload( in testDecodeWithInvalidProtocol()
115 IkePayloadFactory.getIkePayload( in testDecodeWithInvalidSpiSize()
130 IkePayloadFactory.getIkePayload( in testDecodeWithInvalidNumSpi()
146 IkePayloadFactory.getIkePayload( in testDecodeWithInvalidNumSpiAndSpiSize()
DIkeCertReqPayloadTest.java43 IkePayloadFactory.getIkePayload( in testDecode()
59 IkePayloadFactory.getIkePayload( in testEncode()
DIkeMessageTest.java61 import com.android.internal.net.ipsec.test.ike.message.IkePayloadFactory.IIkePayloadDecoder;
221 mSpyIkePayloadDecoder = spy(new IkePayloadFactory.IkePayloadDecoder()); in setUp()
234 IkePayloadFactory.sDecoderInstance = mSpyIkePayloadDecoder; in setUp()
281 IkePayloadFactory.sDecoderInstance = new IkePayloadFactory.IkePayloadDecoder(); in tearDown()
DIkeConfigPayloadTest.java209 IkePayloadFactory.getIkePayload( in testDecodeConfigRequest()
249 IkePayloadFactory.getIkePayload( in testDecodeConfigResponse()
288 IkePayloadFactory.getIkePayload( in testDecodeConfigRespWithTwoNetmask()
300 IkePayloadFactory.getIkePayload( in testDecodeConfigRespNetmaskFoundWithoutIpv4Addr()
DIkeEapPayloadTest.java40 IkePayload result = IkePayloadFactory in testDecodeIkeEapPayload()
DIkeSkPayloadTest.java93 IkePayloadFactory.getIkeSkPayload( in testEncode()
DIkeTestUtils.java48 IkePayloadFactory.getIkePayload(payloadType, isResp, ByteBuffer.wrap(payloadBytes)); in hexStringToIkePayload()
DIkeTsPayloadTest.java80 IkePayloadFactory.getIkePayload( in testDecodeTsInitiatorPayload()
DIkeSkfPayloadTest.java112 IkePayloadFactory.getIkeSkPayload( in decodeAndDecryptFragMsg()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkePayloadFactory.java37 final class IkePayloadFactory { class
DIkeMessage.java169 IkePayloadFactory.getIkePayload(currentPayloadType, isResp, inputBuffer); in decodePayloadList()
733 return IkePayloadFactory.getIkeSkPayload( in decryptAndAuthenticate()