Home
last modified time | relevance | path

Searched refs:decodeAndVerifyUnprotectedErrorMsg (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeHeaderTest.java106 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg( in testDecodeIkeHeaderWithInvalidMajorVersion()
118 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg(inputPacket, InvalidSyntaxException.class); in testDecodeIkeHeaderWithInvalidExchangeType()
127 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg(inputPacket, InvalidSyntaxException.class); in testDecodeIkeHeaderWithInvalidPacketLength()
DIkeMessageTest.java348 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg( in testThrowUnsupportedCriticalPayloadException()
361 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg(inputPacket, InvalidSyntaxException.class); in testDecodeMessageWithTooShortPayloadLength()
370 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg(inputPacket, InvalidSyntaxException.class); in testDecodeMessageWithTooLongPayloadLength()
377 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg(inputPacket, InvalidSyntaxException.class); in testDecodeMessageWithUnexpectedBytesInTheEnd()
DIkeTestUtils.java52 public static <T extends IkeProtocolException> T decodeAndVerifyUnprotectedErrorMsg( in decodeAndVerifyUnprotectedErrorMsg() method in IkeTestUtils