Home
last modified time | relevance | path

Searched refs:AUTH_CRYPT_AES_GCM (Results 1 – 6 of 6) 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()
/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()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java107 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 128);
DIpSecServiceParameterizedTest.java149 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 128);
/frameworks/base/api/
Dcurrent.txt28581 field public static final String AUTH_CRYPT_AES_GCM = "rfc4106(gcm(aes))";