Home
last modified time | relevance | path

Searched refs:validateAndBuildIkeException (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayloadTest.java246 IkeProtocolException exception = payload.validateAndBuildIkeException(); in testValidateAndBuildIkeExceptionWithData()
266 (InvalidSelectorsException) errNotify.validateAndBuildIkeException(); in testValidateAndBuildInvalidSelectorsException()
277 payload.validateAndBuildIkeException(), errorType, exceptionClass); in verifyValidateAndBuildIkeExceptionWithoutData()
357 (ChildSaNotFoundException) errNotify.validateAndBuildIkeException(); in testValidateAndBuildChildSaNotFoundException()
369 IkeProtocolException exception = payload.validateAndBuildIkeException(); in testValidateAndBuildUnrecognizedIkeException()
382 payload.validateAndBuildIkeException(); in testValidateAndBuildIkeExceptionWithInvalidPayload()
397 payload.validateAndBuildIkeException(); in testBuildIkeExceptionWithStatusNotify()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java496 public IkeProtocolException validateAndBuildIkeException() throws InvalidSyntaxException { in validateAndBuildIkeException() method in IkeNotifyPayload
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3281 throw notifyPayload.validateAndBuildIkeException(); in validateIkeInitResp()
3660 throw notifyPayload.validateAndBuildIkeException(); in handleNotifyInLastAuthResp()
4154 throw notifyPayload.validateAndBuildIkeException(); in handleResponseIkeMessage()
4444 invalidSyntaxNotifyPayload.validateAndBuildIkeException(); in handleErrorNotifyIfExists()
5371 throw notifyPayload.validateAndBuildIkeException(); in validateResp()
DChildSessionStateMachine.java1302 throw notify.validateAndBuildIkeException(); in validateDeleteRespPayloadAndExchangeType()
2323 IkeProtocolException exception = notify.validateAndBuildIkeException(); in validateAndNegotiateChild()