Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1512 IpSecAlgorithm authCrypt = c.getAuthenticatedEncryption(); in createOrUpdateTransform() local
1516 cryptName = (authCrypt == null) ? IpSecAlgorithm.CRYPT_NULL : ""; in createOrUpdateTransform()
1538 (authCrypt != null) ? authCrypt.getName() : "", in createOrUpdateTransform()
1539 (authCrypt != null) ? authCrypt.getKey() : new byte[] {}, in createOrUpdateTransform()
1540 (authCrypt != null) ? authCrypt.getTruncationLengthBits() : 0, in createOrUpdateTransform()