Home
last modified time | relevance | path

Searched defs:notifyPayload (Results 1 – 10 of 10) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayloadTest.java185 IkeNotifyPayload notifyPayload = in testBuildIkeErrorNotifyWithData() local
197 IkeNotifyPayload notifyPayload = in testBuildIkeErrorNotifyWithoutData() local
207 IkeNotifyPayload notifyPayload = in testBuildChildConfigNotify() local
217 IkeNotifyPayload notifyPayload = in testBuildChildErrorNotify() local
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/ike3gpp/
DIke3gppBackoffTimerTest.java48 IkeNotifyPayload notifyPayload = in testIsValidErrorNotifyCause() local
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ike3gpp/
DIke3gppBackoffTimer.java108 public static boolean isValidErrorNotifyCause(IkeNotifyPayload notifyPayload) { in isValidErrorNotifyCause()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ike3gpp/
DIke3gppIkeAuth.java93 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in extract3gppResponsePayloads() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ike3gpp/
DIke3gppExtensionExchangeTest.java216 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in testExtract3gppResponsePayloadsIkeAuth() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java722 IkeNotifyPayload notifyPayload = new IkeNotifyPayload(notifyType); in createChildSessionAndReceiveErrorNotification() local
1035 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) respPayloadList.get(0); in testReplyRekeyRequestDuringDeletion() local
1090 IkeNotifyPayload notifyPayload = notifyPayloads.get(0); in verifyOutboundRekeyNotifyPayload() local
1322 IkeNotifyPayload notifyPayload = new IkeNotifyPayload(ERROR_TYPE_INTERNAL_ADDRESS_FAILURE); in testRekeyLocalCreateHandlesErrorNotifyResp() local
DIkeSessionStateMachineTest.java2833 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) ikePayloadList.get(0); in testHandleRekeyChildReqWithUnrecognizedSpi() local
5344 IkeNotifyPayload notifyPayload = notificationPayloadList.get(0); in verifySendTempFailResponse() local
7388 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) respPayloads.get(0); in testMobikeLocalInfoHandlesNonDeleteRequest() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeAuthDigitalSignPayload.java367 IkeNotifyPayload notifyPayload) throws InvalidSyntaxException { in getSignatureHashAlgorithmsFromIkeNotifyPayload()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java1739 IkeSaRecord ikeSaRecord, int messageId, IkeNotifyPayload notifyPayload) { in buildAndSendNotificationResponse()
2369 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in handle3gppRespAndExtractNonError3gppPayloads() local
3081 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in handleInboundRekeyChildRequest() local
3567 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in validateIkeInitResp() local
4002 IkeNotifyPayload notifyPayload, IkeAuthPayload authPayload) { in handleNotifyInLastAuthResp()
4575 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in handleResponseIkeMessage() local
5934 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in validateResp() local
DChildSessionStateMachine.java618 IkeNotifyPayload notifyPayload = new IkeNotifyPayload(notifyType, notifyData); in replyErrorNotification() local