Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A 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
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ike3gpp/
H A DIke3gppIkeAuth.java79 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in extract3gppResponsePayloads() local
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ike3gpp/
H A DIke3gppExtensionExchangeTest.java121 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in testExtract3gppResponsePayloadsIkeAuth() local
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachineTest.java669 IkeNotifyPayload notifyPayload = new IkeNotifyPayload(notifyType); in createChildSessionAndReceiveErrorNotification() local
951 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) respPayloadList.get(0); in testReplyRekeyRequestDuringDeletion() local
1006 IkeNotifyPayload notifyPayload = notifyPayloads.get(0); in verifyOutboundRekeyNotifyPayload() local
1214 IkeNotifyPayload notifyPayload = new IkeNotifyPayload(ERROR_TYPE_INTERNAL_ADDRESS_FAILURE); in testRekeyLocalCreateHandlesErrorNotifyResp() local
H A DIkeSessionStateMachineTest.java2503 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) ikePayloadList.get(0); in testHandleRekeyChildReqWithUnrecognizedSpi() local
4753 IkeNotifyPayload notifyPayload = notificationPayloadList.get(0); in verifySendTempFailResponse() local
6574 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) respPayloads.get(0); in testMobikeLocalInfoHandlesNonDeleteRequest() local
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeAuthDigitalSignPayload.java322 IkeNotifyPayload notifyPayload) throws InvalidSyntaxException { in getSignatureHashAlgorithmsFromIkeNotifyPayload()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachine.java1626 IkeSaRecord ikeSaRecord, int messageId, IkeNotifyPayload notifyPayload) { in buildAndSendNotificationResponse()
2186 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in handle3gppRespAndExtractNonError3gppPayloads() local
2826 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in handleInboundRekeyChildRequest() local
3278 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in validateIkeInitResp() local
3652 IkeNotifyPayload notifyPayload, IkeAuthPayload authPayload) throws IkeException { in handleNotifyInLastAuthResp()
4152 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in handleResponseIkeMessage() local
5368 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in validateResp() local
H A DChildSessionStateMachine.java574 IkeNotifyPayload notifyPayload = new IkeNotifyPayload(notifyType, notifyData); in replyErrorNotification() local