Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecAlgorithm.java112 public static final String AUTH_CRYPT_AES_GCM = "rfc4106(gcm(aes))"; field in IpSecAlgorithm
122 AUTH_CRYPT_AES_GCM
237 case AUTH_CRYPT_AES_GCM: in checkValidOrThrow()
276 return getName().equals(AUTH_CRYPT_AES_GCM); in isAead()
DIkev2VpnProfile.java82 IpSecAlgorithm.AUTH_CRYPT_AES_GCM));
224 return algorithmNames.contains(IpSecAlgorithm.AUTH_CRYPT_AES_GCM); in hasAeadAlgorithms()
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java71 IpSecAlgorithm.AUTH_CRYPT_AES_GCM, in getSampleConfig()
DIpSecAlgorithmTest.java56 new SimpleEntry<>(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, 224) in testNoTruncLen()
DIkev2VpnProfileTest.java171 List<String> allowedAlgorithms = Arrays.asList(IpSecAlgorithm.AUTH_CRYPT_AES_GCM); in testBuildWithAllowedAlgorithmsAead()
/frameworks/base/tests/net/java/com/android/internal/net/
DVpnProfileTest.java99 IpSecAlgorithm.AUTH_CRYPT_AES_GCM, in getSampleIkev2Profile()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java108 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 128);
DIpSecServiceParameterizedTest.java151 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 128);
/frameworks/base/non-updatable-api/
Dcurrent.txt28820 field public static final String AUTH_CRYPT_AES_GCM = "rfc4106(gcm(aes))";
/frameworks/base/api/
Dcurrent.txt28950 field public static final String AUTH_CRYPT_AES_GCM = "rfc4106(gcm(aes))";