Home
last modified time | relevance | path

Searched refs:setAllowedAlgorithms (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/VpnTests/java/android/net/
DIkev2VpnProfileTest.java175 builder.setAllowedAlgorithms(allowedAlgorithms); in testBuildWithAllowedAlgorithmsAead()
193 builder.setAllowedAlgorithms(allowedAlgorithms); in testBuildWithAllowedAlgorithmsNormal()
204 builder.setAllowedAlgorithms(new ArrayList<>()); in testSetAllowedAlgorithmsEmptyList()
215 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA256)); in testSetAllowedAlgorithmsInvalidList()
221 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.CRYPT_AES_CBC)); in testSetAllowedAlgorithmsInvalidList()
232 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_MD5)); in testSetAllowedAlgorithmsInsecureAlgorithm()
238 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA1)); in testSetAllowedAlgorithmsInsecureAlgorithm()
/frameworks/base/services/tests/VpnTests/java/com/android/internal/net/
DVpnProfileTest.java113 p.setAllowedAlgorithms( in getSampleIkev2Profile()
144 p.setAllowedAlgorithms( in getSampleIkev2ProfileWithIkeTunConnParams()
/frameworks/base/core/java/android/net/
DIkev2VpnProfile.java522 profile.setAllowedAlgorithms(mAllowedAlgorithms); in toVpnProfile()
575 builder.setAllowedAlgorithms(profile.getAllowedAlgorithms()); in fromVpnProfile()
1096 public Builder setAllowedAlgorithms(@NonNull List<String> algorithmNames) { in setAllowedAlgorithms() method in Ikev2VpnProfile.Builder
/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java241 public void setAllowedAlgorithms(List<String> allowedAlgorithms) { in setAllowedAlgorithms() method in VpnProfile
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java2540 profile.setAllowedAlgorithms(Ikev2VpnProfile.DEFAULT_ALGORITHMS); in startLegacyVpnPrivileged()
2549 profile.setAllowedAlgorithms(Ikev2VpnProfile.DEFAULT_ALGORITHMS); in startLegacyVpnPrivileged()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt28729 …method @NonNull public android.net.Ikev2VpnProfile.Builder setAllowedAlgorithms(@NonNull java.util…