Home
last modified time | relevance | path

Searched refs:IkeEapAuthenticatorFactory (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeEapAuthenticatorFactory.java28 final class IkeEapAuthenticatorFactory { class
H A DIkeSessionStateMachine.java397 private final IkeEapAuthenticatorFactory mEapAuthenticatorFactory;
557 IkeEapAuthenticatorFactory eapAuthenticatorFactory, in IkeSessionStateMachine()
696 new IkeEapAuthenticatorFactory(), in IkeSessionStateMachine()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachineTest.java417 private IkeEapAuthenticatorFactory mMockEapAuthenticatorFactory;
790 mMockEapAuthenticatorFactory = mock(IkeEapAuthenticatorFactory.class); in setUp()