Home
last modified time | relevance | path

Searched refs:AUTH_CRYPT_AES_GCM (Results 1 – 7 of 7) 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/
DIpSecAlgorithmTest.java55 new SimpleEntry<>(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, 224) in testNoTruncLen()
DIpSecConfigTest.java69 IpSecAlgorithm.AUTH_CRYPT_AES_GCM, in getSampleConfig()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceParameterizedTest.java129 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 128);
321 eq(IpSecAlgorithm.AUTH_CRYPT_AES_GCM), in testCreateTransformAead()
DIpSecServiceTest.java106 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 128);
/frameworks/base/config/
Dhiddenapi-public-dex.txt25341 Landroid/net/IpSecAlgorithm;->AUTH_CRYPT_AES_GCM:Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt27009 field public static final java.lang.String AUTH_CRYPT_AES_GCM = "rfc4106(gcm(aes))";