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.java506 public IkeProtocolException validateAndBuildIkeException() throws InvalidSyntaxException { in validateAndBuildIkeException() method in IkeNotifyPayload
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3584 throw notifyPayload.validateAndBuildIkeException(); in validateIkeInitResp()
4017 notifyPayload.validateAndBuildIkeException()); in handleNotifyInLastAuthResp()
4582 throw notifyPayload.validateAndBuildIkeException(); in handleResponseIkeMessage()
4917 invalidSyntaxNotifyPayload.validateAndBuildIkeException(); in handleErrorNotifyIfExists()
5928 throw notifyPayload.validateAndBuildIkeException(); in validateResp()
DChildSessionStateMachine.java1418 throw notify.validateAndBuildIkeException(); in validateDeleteRespPayloadAndExchangeType()
2512 IkeProtocolException exception = notify.validateAndBuildIkeException(); in validateAndNegotiateChild()