Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecAlgorithm.java52 public static final String CRYPT_AES_CBC = "cbc(aes)"; field in IpSecAlgorithm
116 CRYPT_AES_CBC,
214 case CRYPT_AES_CBC: in checkValidOrThrow()
271 return getName().equals(CRYPT_AES_CBC); in isEncryption()
DIkev2VpnProfile.java78 IpSecAlgorithm.CRYPT_AES_CBC,
233 final boolean hasCrypt = algorithmNames.contains(IpSecAlgorithm.CRYPT_AES_CBC); in hasNormalModeAlgorithms()
/frameworks/base/tests/net/java/android/net/
DIpSecAlgorithmTest.java70 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, Arrays.copyOf(KEY_MATERIAL, 256 / 8)); in testNoTruncLen()
97 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, Arrays.copyOf(KEY_MATERIAL, len / 8)); in testLenValidation()
100 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, Arrays.copyOf(KEY_MATERIAL, 384 / 8)); in testLenValidation()
DIpSecConfigTest.java62 IpSecAlgorithm.CRYPT_AES_CBC, in getSampleConfig()
DIkev2VpnProfileTest.java184 Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA512, IpSecAlgorithm.CRYPT_AES_CBC); in testBuildWithAllowedAlgorithmsNormal()
214 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.CRYPT_AES_CBC)); in testSetAllowedAlgorithmsInvalidList()
/frameworks/base/tests/net/java/com/android/internal/net/
DVpnProfileTest.java101 IpSecAlgorithm.CRYPT_AES_CBC)); in getSampleIkev2Profile()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java106 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
DIpSecServiceParameterizedTest.java149 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
/frameworks/base/non-updatable-api/
Dcurrent.txt28827 field public static final String CRYPT_AES_CBC = "cbc(aes)";
/frameworks/base/api/
Dcurrent.txt28957 field public static final String CRYPT_AES_CBC = "cbc(aes)";