Searched refs:eapSessionConfig (Results 1 – 8 of 8) sorted by relevance
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/ |
D | MethodStateTest.java | 103 EapSessionConfig eapSessionConfig = new EapSessionConfig.Builder() in testProcessTransitionToEapAka() local 105 mEapStateMachine = new EapStateMachine(mContext, eapSessionConfig, new SecureRandom()); in testProcessTransitionToEapAka() 117 EapSessionConfig eapSessionConfig = in testProcessTransitionToEapAkaPrime() local 122 mEapStateMachine = new EapStateMachine(mContext, eapSessionConfig, new SecureRandom()); in testProcessTransitionToEapAkaPrime() 134 EapSessionConfig eapSessionConfig = in testProcessTransitionToEapMsChapV2() local 136 mEapStateMachine = new EapStateMachine(mContext, eapSessionConfig, new SecureRandom()); in testProcessTransitionToEapMsChapV2() 150 EapSessionConfig eapSessionConfig = in testProcessTransitionToEapTtls() local 154 mEapStateMachine = new EapStateMachine(mContext, eapSessionConfig, new SecureRandom()); in testProcessTransitionToEapTtls()
|
D | EapTtlsStateTest.java | 111 EapSessionConfig eapSessionConfig = in setUp() local 115 mEapTtlsConfig = eapSessionConfig.getEapTtlsConfig(); in setUp()
|
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/ |
D | IkeSessionParamsTest.java | 767 IkeSessionParams buildIkeSessionParamsWithDeviceIdentity(EapSessionConfig eapSessionConfig) { in buildIkeSessionParamsWithDeviceIdentity() argument 775 .setAuthEap(null, eapSessionConfig) in buildIkeSessionParamsWithDeviceIdentity() 783 EapSessionConfig eapSessionConfig = in testExpceptionOnDeviceIdentitySetWithoutEapAkaAuth() local 789 buildIkeSessionParamsWithDeviceIdentity(eapSessionConfig); in testExpceptionOnDeviceIdentitySetWithoutEapAkaAuth() 799 EapSessionConfig eapSessionConfig = in testBuildWithDeviceIdentityandEapAkaAuth() local 804 IkeSessionParams sessionParams = buildIkeSessionParamsWithDeviceIdentity(eapSessionConfig); in testBuildWithDeviceIdentityandEapAkaAuth() 812 EapSessionConfig eapSessionConfig = in testExceptionOnEapOnlyOptionWithEapOnlyUnsafeMethod() local 821 .setAuthEap(null, eapSessionConfig) in testExceptionOnEapOnlyOptionWithEapOnlyUnsafeMethod() 831 EapSessionConfig eapSessionConfig = new EapSessionConfig.Builder() in testBuildWithEapOnlyOption() local 837 .setAuthEap(null, eapSessionConfig) in testBuildWithEapOnlyOption() [all …]
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapStateMachine.java | 84 @NonNull EapSessionConfig eapSessionConfig, in EapStateMachine() argument 87 this.mEapSessionConfig = eapSessionConfig; in EapStateMachine() 93 + LOG.pii(eapSessionConfig.getEapIdentity()) in EapStateMachine() 94 + " and configs=" + eapSessionConfig.getEapConfigs().keySet()); in EapStateMachine()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/ |
D | EapAuthenticator.java | 66 EapContext eapContext, IEapCallback cb, EapSessionConfig eapSessionConfig) { in EapAuthenticator() argument 72 eapSessionConfig, in EapAuthenticator() local
|
/packages/modules/IPsec/src/java/android/net/eap/ |
D | EapSessionConfig.java | 935 EapSessionConfig eapSessionConfig = in fromPersistableBundle() local 938 return new EapTtlsConfig(caCert, eapSessionConfig); in fromPersistableBundle()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachine.java | 766 IkeContext ikeContext, IEapCallback cb, EapSessionConfig eapSessionConfig) { in newEapAuthenticator() argument 767 return new EapAuthenticator(ikeContext, cb, eapSessionConfig); in newEapAuthenticator()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachineTest.java | 3593 EapSessionConfig eapSessionConfig) { in verifyEapAuthenticatorCreatedAndGetCallback() argument 3599 ikeContextCaptor.capture(), eapCbCaptor.capture(), eq(eapSessionConfig)); in verifyEapAuthenticatorCreatedAndGetCallback()
|