Home
last modified time | relevance | path

Searched refs:mCreateIkeLocalIkeAuth (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachineTest.java2957 mockIkeInitAndTransitionToIkeAuth(mIkeSessionStateMachine.mCreateIkeLocalIkeAuth); in testCreateIkeLocalIkeAuthDefersOtherMessages()
2999 mockIkeInitAndTransitionToIkeAuth(mIkeSessionStateMachine.mCreateIkeLocalIkeAuth); in testCreateIkeLocalIkeAuthDigitalSignature()
3023 mockIkeInitAndTransitionToIkeAuth(mIkeSessionStateMachine.mCreateIkeLocalIkeAuth); in testCreateIkeLocalIkeAuthPsk()
3049 mockIkeInitAndTransitionToIkeAuth(mIkeSessionStateMachine.mCreateIkeLocalIkeAuth); in testCreateIkeLocalIkeAuthDigitalSignatureIdMismatch()
3065 mockIkeInitAndTransitionToIkeAuth(mIkeSessionStateMachine.mCreateIkeLocalIkeAuth); in testCreateIkeLocalIkeAuthPskVerifyFail()
3103 mockIkeInitAndTransitionToIkeAuth(mIkeSessionStateMachine.mCreateIkeLocalIkeAuth); in testAuthHandlesIkeErrorNotify()
3122 mockIkeInitAndTransitionToIkeAuth(mIkeSessionStateMachine.mCreateIkeLocalIkeAuth); in testAuthHandlesCreateChildErrorNotify()
3145 mockIkeInitAndTransitionToIkeAuth(mIkeSessionStateMachine.mCreateIkeLocalIkeAuth); in testAuthPskHandleRespWithParsingError()
3178 mockIkeInitAndTransitionToIkeAuth(mIkeSessionStateMachine.mCreateIkeLocalIkeAuth); in testAuthWithOptionAcceptAnyRemoteId()
3202 mockIkeInitAndTransitionToIkeAuth(mIkeSessionStateMachine.mCreateIkeLocalIkeAuth); in testAuthRejectOtherResponderId()
[all …]
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachine.java525 @VisibleForTesting final State mCreateIkeLocalIkeAuth = new CreateIkeLocalIkeAuth(); field in IkeSessionStateMachine
644 addState(mCreateIkeLocalIkeAuth, mKillIkeSessionParent); in IkeSessionStateMachine()
3110 transitionTo(mCreateIkeLocalIkeAuth); in handleResponseIkeMessage()