Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeDeletePayloadTest.java58 IkePayloadFactory.getIkePayload( in testDecodeDeleteIkePayload()
77 IkePayloadFactory.getIkePayload( in testDecodeDeleteChildPayload()
99 IkePayloadFactory.getIkePayload( in testDecodeWithInvalidProtocol()
114 IkePayloadFactory.getIkePayload( in testDecodeWithInvalidSpiSize()
129 IkePayloadFactory.getIkePayload( in testDecodeWithInvalidNumSpi()
145 IkePayloadFactory.getIkePayload( in testDecodeWithInvalidNumSpiAndSpiSize()
DIkeCertReqPayloadTest.java43 IkePayloadFactory.getIkePayload( in testDecode()
59 IkePayloadFactory.getIkePayload( in testEncode()
DIkeConfigPayloadTest.java208 IkePayloadFactory.getIkePayload( in testDecodeConfigRequest()
248 IkePayloadFactory.getIkePayload( in testDecodeConfigResponse()
287 IkePayloadFactory.getIkePayload( in testDecodeConfigRespWithTwoNetmask()
299 IkePayloadFactory.getIkePayload( in testDecodeConfigRespNetmaskFoundWithoutIpv4Addr()
DIkeEapPayloadTest.java41 .getIkePayload(IkePayload.PAYLOAD_TYPE_EAP, true, input).first; in testDecodeIkeEapPayload()
DIkeTestUtils.java48 IkePayloadFactory.getIkePayload(payloadType, isResp, ByteBuffer.wrap(payloadBytes)); in hexStringToIkePayload()
DIkeTsPayloadTest.java80 IkePayloadFactory.getIkePayload( in testDecodeTsInitiatorPayload()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkePayloadFactory.java137 protected static Pair<IkePayload, Integer> getIkePayload( in getIkePayload() method in IkePayloadFactory
DIkeMessage.java166 IkePayloadFactory.getIkePayload(currentPayloadType, isResp, inputBuffer); in decodePayloadList()