Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DSaProposalTest.java67 new EncryptionTransform(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED); in SaProposalTest()
87 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in buildTestIkeProposal()
188 SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
240 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildEncryptAlgosWithTwoModes()
255 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithoutPrf()
287 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalNormalCipherWithoutIntegrityAlgo()
305 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
323 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithoutDhGroup()
338 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithNoneValueDhGroup()
420 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED); in testBuildChildProposalWithUnsupportedEncryptionAlgo()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
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()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
DIkeMetrics.java256 ENCRYPTION_ALGORITHM_3DES,
272 public static final int ENCRYPTION_ALGORITHM_3DES = field in IkeMetrics
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
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()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeCipher.java117 case SaProposal.ENCRYPTION_ALGORITHM_3DES: in create()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeNormalModeCipherTest.java220 assertNull(IkeCipher.getIpSecAlgorithmName(SaProposal.ENCRYPTION_ALGORITHM_3DES)); in testGetIpSecAlgorithmName()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeEncryptedPayloadBodyTest.java220 new EncryptionTransform(SaProposal.ENCRYPTION_ALGORITHM_3DES)); in setUp()
DIkeSaPayloadTest.java352 new EncryptionTransform(SaProposal.ENCRYPTION_ALGORITHM_3DES, 129); in testConstructEncryptionTransformWithInvalidKeyLength()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java1319 case SaProposal.ENCRYPTION_ALGORITHM_3DES: in validateKeyLength()
/packages/modules/IPsec/api/
Dcurrent.txt313 field public static final int ENCRYPTION_ALGORITHM_3DES = 3; // 0x3