Home
last modified time | relevance | path

Searched refs:setAuthEap (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DIkeSessionParamsTest.java381 .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()
H A DIkeSessionMschapV2Test.java157 .setAuthEap(sServerCaCert, EAP_CONFIG) in openIkeSessionWithRemoteAddress()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DIkeSessionParamsTest.java476 .setAuthEap(mMockServerCaCert, eapConfig) in testBuildWithEap()
723 .setAuthEap(null, eapSessionConfig) in testExceptionOnEapOnlyOptionWithEapOnlyUnsafeMethod()
739 .setAuthEap(null, eapSessionConfig) in testBuildWithEapOnlyOption()
/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DIkeSessionParamsUtilsTest.java190 createBuilderMinimum().setAuthEap(serverCaCert, eapConfig).build(); in testEncodeRecodeParamsWithEapAuth()
/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DIkeSessionParamsUtils.java463 builder.setAuthEap(serverCaCert, eapConfig); in setBuilderByReadingPersistableBundle()
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpnIkev2Utils.java142 builder.setAuthEap(profile.getServerRootCaCert(), eapConfig); in setIkeAuth()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DIkeSessionParams.java1457 public Builder setAuthEap( in setAuthEap() method in IkeSessionParams.Builder
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt222 …method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setAuthEap(@Nullable java.se…
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java915 .setAuthEap(null, getEapConfig()) in buildIkeSessionParams()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachineTest.java985 .setAuthEap(mRootCertificate, mEapSessionConfig) in buildIkeSessionParamsEap()
5416 .setAuthEap(mRootCertificate, mEapSessionConfig) in testEapOnlyOption()