Home
last modified time | relevance | path

Searched defs:notifyPayload (Results 1 – 8 of 8) 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/src/java/com/android/internal/net/ipsec/ike/ike3gpp/
DIke3gppIkeAuth.java96 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.java703 IkeNotifyPayload notifyPayload = new IkeNotifyPayload(notifyType); in createChildSessionAndReceiveErrorNotification() local
1002 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) respPayloadList.get(0); in testReplyRekeyRequestDuringDeletion() local
1057 IkeNotifyPayload notifyPayload = notifyPayloads.get(0); in verifyOutboundRekeyNotifyPayload() local
1289 IkeNotifyPayload notifyPayload = new IkeNotifyPayload(ERROR_TYPE_INTERNAL_ADDRESS_FAILURE); in testRekeyLocalCreateHandlesErrorNotifyResp() local
DIkeSessionStateMachineTest.java2737 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) ikePayloadList.get(0); in testHandleRekeyChildReqWithUnrecognizedSpi() local
5208 IkeNotifyPayload notifyPayload = notificationPayloadList.get(0); in verifySendTempFailResponse() local
7222 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.java1628 IkeSaRecord ikeSaRecord, int messageId, IkeNotifyPayload notifyPayload) { in buildAndSendNotificationResponse()
2223 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in handle3gppRespAndExtractNonError3gppPayloads() local
2907 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in handleInboundRekeyChildRequest() local
3389 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in validateIkeInitResp() local
3803 IkeNotifyPayload notifyPayload, IkeAuthPayload authPayload) { in handleNotifyInLastAuthResp()
4371 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in handleResponseIkeMessage() local
5638 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in validateResp() local
DChildSessionStateMachine.java619 IkeNotifyPayload notifyPayload = new IkeNotifyPayload(notifyType, notifyData); in replyErrorNotification() local