Home
last modified time | relevance | path

Searched refs:setAuthenticatedEncryption (Results 1 – 8 of 8) 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/non-updatable-api/
Dcurrent.txt28870 …method @NonNull public android.net.IpSecTransform.Builder setAuthenticatedEncryption(@NonNull andr…
/frameworks/base/api/
Dcurrent.txt29000 …method @NonNull public android.net.IpSecTransform.Builder setAuthenticatedEncryption(@NonNull andr…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt43633 Landroid/net/IpSecConfig;->setAuthenticatedEncryption(Landroid/net/IpSecAlgorithm;)V