Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java353 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAead()
360 config.setAuthenticatedEncryption(algo); in testValidateAlgorithmsAead()
390 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithAuth()
402 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithCrypt()
414 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithAuthAndCrypt()
DIpSecServiceParameterizedTest.java352 ipSecConfig.setAuthenticatedEncryption(AEAD_ALGO); in testCreateTransformAead()
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java69 c.setAuthenticatedEncryption( in getSampleConfig()
/frameworks/base/core/java/android/net/
DIpSecTransform.java395 public IpSecTransform.Builder setAuthenticatedEncryption(@NonNull IpSecAlgorithm algo) { in setAuthenticatedEncryption() method in IpSecTransform.Builder
397 mConfig.setAuthenticatedEncryption(algo); in setAuthenticatedEncryption()
DIpSecConfig.java107 public void setAuthenticatedEncryption(IpSecAlgorithm authenticatedEncryption) { in setAuthenticatedEncryption() method in IpSecConfig
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt30101 …method @NonNull public android.net.IpSecTransform.Builder setAuthenticatedEncryption(@NonNull andr…