Home
last modified time | relevance | path

Searched refs:ChallengeState (Results 1 – 14 of 14) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapAkaPrimeMethodStateMachine.java152 protected ChallengeState buildChallengeState() { in buildChallengeState()
153 return new ChallengeState(); in buildChallengeState()
157 protected ChallengeState buildChallengeState(byte[] identity) { in buildChallengeState()
158 return new ChallengeState(identity); in buildChallengeState()
166 protected class ChallengeState extends EapAkaMethodStateMachine.ChallengeState { class in EapAkaPrimeMethodStateMachine
167 private final String mTAG = ChallengeState.class.getSimpleName();
169 ChallengeState() { in ChallengeState() method in EapAkaPrimeMethodStateMachine.ChallengeState
173 ChallengeState(byte[] identity) { in ChallengeState() method in EapAkaPrimeMethodStateMachine.ChallengeState
DEapAkaMethodStateMachine.java204 protected ChallengeState buildChallengeState() { in buildChallengeState()
205 return new ChallengeState(); in buildChallengeState()
208 protected ChallengeState buildChallengeState(byte[] identity) { in buildChallengeState()
209 return new ChallengeState(identity); in buildChallengeState()
384 protected class ChallengeState extends EapMethodState { class in EapAkaMethodStateMachine
385 private final String mTAG = ChallengeState.class.getSimpleName();
400 ChallengeState() { in ChallengeState() method in EapAkaMethodStateMachine.ChallengeState
405 ChallengeState(byte[] identity) { in ChallengeState() method in EapAkaMethodStateMachine.ChallengeState
DEapSimMethodStateMachine.java233 new ChallengeState(mVersions, mAtNonceMt, mIdentity), message); in process()
351 protected class ChallengeState extends EapMethodState { class in EapSimMethodStateMachine
352 private final String mTAG = ChallengeState.class.getSimpleName();
367 protected ChallengeState(List<Integer> versions, AtNonceMt atNonceMt, byte[] identity) { in ChallengeState() method in EapSimMethodStateMachine.ChallengeState
DEapMsChapV2MethodStateMachine.java240 return transitionAndProcess(new ChallengeState(), message); in process()
244 protected class ChallengeState extends EapMethodState { class in EapMsChapV2MethodStateMachine
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapAkaPrimeChallengeStateTest.java61 import com.android.internal.net.eap.test.statemachine.EapAkaMethodStateMachine.ChallengeState.RandC…
62 import com.android.internal.net.eap.test.statemachine.EapAkaPrimeMethodStateMachine.ChallengeState;
100 private ChallengeState mState;
107 mState = mStateMachine.new ChallengeState(); in setUp()
124 ChallengeState challengeState = (ChallengeState) mStateMachine.getState(); in testTransitionWithEapIdentity()
159 ChallengeState challengeState = (ChallengeState) mStateMachine.getState(); in testTransitionWithEapAkaPrimeIdentity()
265 mState = mStateMachine.new ChallengeState(); in testProcessIncorrectNetworkNameIsIgnored()
DEapAkaPrimeCreatedStateTest.java39 import com.android.internal.net.eap.test.statemachine.EapAkaPrimeMethodStateMachine.ChallengeState;
79 ChallengeState challengeState = (ChallengeState) mStateMachine.getState(); in testProcessTransitionToChallengeState()
DEapAkaCreatedStateTest.java44 import com.android.internal.net.eap.test.statemachine.EapAkaMethodStateMachine.ChallengeState;
86 ChallengeState challengeState = (ChallengeState) mEapAkaMethodStateMachine.getState(); in testProcessTransitionToChallengeState()
DEapSimChallengeStateTest.java84 import com.android.internal.net.eap.test.statemachine.EapSimMethodStateMachine.ChallengeState;
85 import com.android.internal.net.eap.test.statemachine.EapSimMethodStateMachine.ChallengeState.RandC…
118 private ChallengeState mChallengeState;
130 .new ChallengeState(VERSIONS, mAtNonceMt, EAP_SIM_IDENTITY_BYTES); in setUp()
393 assertTrue(mEapSimMethodStateMachine.getState() instanceof ChallengeState); in testHandleSimNotificationBeforeAuthenticated()
DEapAkaPrimeIdentityStateTest.java43 import com.android.internal.net.eap.test.statemachine.EapAkaPrimeMethodStateMachine.ChallengeState;
92 assertTrue(mStateMachine.getState() instanceof ChallengeState); in testProcessTransitionToChallengeState()
DEapAkaChallengeStateTest.java78 import com.android.internal.net.eap.test.statemachine.EapAkaMethodStateMachine.ChallengeState;
79 import com.android.internal.net.eap.test.statemachine.EapAkaMethodStateMachine.ChallengeState.RandC…
88 private ChallengeState mChallengeState;
126 mChallengeState = mEapAkaMethodStateMachine.new ChallengeState(IDENTITY); in setUp()
465 assertTrue(mEapAkaMethodStateMachine.getState() instanceof ChallengeState); in testHandleAkaNotificationBeforeAuthenticated()
DEapSimStartStateTest.java67 import com.android.internal.net.eap.test.statemachine.EapSimMethodStateMachine.ChallengeState;
248 ChallengeState challengeState = (ChallengeState) mEapSimMethodStateMachine.getState(); in testProcessWithoutIdentityRequest()
DEapAkaIdentityStateTest.java46 import com.android.internal.net.eap.test.statemachine.EapAkaMethodStateMachine.ChallengeState;
157 assertTrue(mEapAkaMethodStateMachine.getState() instanceof ChallengeState); in testProcessTransitionToChallengeState()
DEapMsChapV2ChallengeStateTest.java59 mStateMachine.transitionTo(mStateMachine.new ChallengeState()); in setUp()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...