Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DSaProposalTest.java61 new EncryptionTransform(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED); in SaProposalTest()
81 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in buildTestIkeProposal()
182 SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
234 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildEncryptAlgosWithTwoModes()
249 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithoutPrf()
281 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalNormalCipherWithoutIntegrityAlgo()
299 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
317 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithoutDhGroup()
332 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithNoneValueDhGroup()
413 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED); in testBuildChildProposalWithUnsupportedEncryptionAlgo()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DSaProposal.java60 ENCRYPTION_ALGORITHM_3DES,
71 public static final int ENCRYPTION_ALGORITHM_3DES = 3; field in SaProposal
102 SUPPORTED_ENCRYPTION_ALGO_TO_STR.put(ENCRYPTION_ALGORITHM_3DES, "ENCR_3DES"); in SUPPORTED_ENCRYPTION_ALGO_TO_STR.put() argument
505 case ENCRYPTION_ALGORITHM_3DES: in isAead()
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DMtuUtils.java19 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_3DES;
79 map.put(ENCRYPTION_ALGORITHM_3DES, 15); // 8 (IV) + 7 (Max pad) in map.put() argument
/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DSaProposalUtilsTest.java39 SaProposal.ENCRYPTION_ALGORITHM_3DES, SaProposal.KEY_LEN_UNUSED) in buildTestIkeSaProposal()
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DSaProposalTest.java37 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_3DES;
148 addCipherWithFixedKeyLenIfSupported(ENCRYPTION_ALGORITHM_3DES, isIke, ciphers); in getNormalModeCiphers()
402 ciphers.put(ENCRYPTION_ALGORITHM_3DES, new CryptoInfo(R, IPSEC_NAME_NA)); in getAllCiphers()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
H A DIkeCipher.java117 case SaProposal.ENCRYPTION_ALGORITHM_3DES: in create()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
H A DIkeNormalModeCipherTest.java220 assertNull(IkeCipher.getIpSecAlgorithmName(SaProposal.ENCRYPTION_ALGORITHM_3DES)); in testGetIpSecAlgorithmName()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeEncryptedPayloadBodyTest.java220 new EncryptionTransform(SaProposal.ENCRYPTION_ALGORITHM_3DES)); in setUp()
H A DIkeSaPayloadTest.java343 new EncryptionTransform(SaProposal.ENCRYPTION_ALGORITHM_3DES, 129); in testConstructEncryptionTransformWithInvalidKeyLength()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeSaPayload.java1252 case SaProposal.ENCRYPTION_ALGORITHM_3DES: in validateKeyLength()
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt281 field public static final int ENCRYPTION_ALGORITHM_3DES = 3; // 0x3