Searched refs:setAuthEap (Results 1 – 7 of 7) sorted by relevance
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | IkeSessionParamsTest.java | 381 .setAuthEap(mServerCaCert, EAP_ALL_METHODS_CONFIG) in testBuildWithEap() 399 .setAuthEap(mServerCaCert, EAP_ONLY_SAFE_METHODS_CONFIG) in testBuildWithEapOnlyAuth() 420 .setAuthEap(mServerCaCert, EAP_ALL_METHODS_CONFIG) in testThrowBuildEapOnlyAuthWithUnsafeMethod()
|
D | IkeSessionMschapV2Test.java | 157 .setAuthEap(sServerCaCert, EAP_CONFIG) in openIkeSessionWithRemoteAddress()
|
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/ |
D | IkeSessionParamsTest.java | 476 .setAuthEap(mMockServerCaCert, eapConfig) in testBuildWithEap() 723 .setAuthEap(null, eapSessionConfig) in testExceptionOnEapOnlyOptionWithEapOnlyUnsafeMethod() 739 .setAuthEap(null, eapSessionConfig) in testBuildWithEapOnlyOption()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeSessionParams.java | 1457 public Builder setAuthEap( in setAuthEap() method in IkeSessionParams.Builder
|
/packages/modules/IPsec/api/ |
D | current.txt | 222 …method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setAuthEap(@Nullable java.se…
|
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
D | EpdgTunnelManager.java | 915 .setAuthEap(null, getEapConfig()) in buildIkeSessionParams()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachineTest.java | 985 .setAuthEap(mRootCertificate, mEapSessionConfig) in buildIkeSessionParamsEap() 5416 .setAuthEap(mRootCertificate, mEapSessionConfig) in testEapOnlyOption()
|