Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DSaProposalTest.java55 new EncryptionTransform(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED); in SaProposalTest()
74 SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeSaProposalWithNormalModeCipher()
120 SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildChildSaProposalWithNormalCipher()
141 SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testGetCopyWithoutDhGroup()
179 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildEncryptAlgosWithTwoModes()
194 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithoutPrf()
226 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalNormalCipherWithoutIntegrityAlgo()
244 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
262 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithoutDhGroup()
277 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildIkeProposalWithNoneValueDhGroup()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java57 ENCRYPTION_ALGORITHM_3DES,
66 public static final int ENCRYPTION_ALGORITHM_3DES = 3; field in SaProposal
89 SUPPORTED_ENCRYPTION_ALGO_TO_STR.put(ENCRYPTION_ALGORITHM_3DES, "ENCR_3DES"); in SUPPORTED_ENCRYPTION_ALGO_TO_STR.put() argument
411 case ENCRYPTION_ALGORITHM_3DES: in isAead()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeCipher.java73 case SaProposal.ENCRYPTION_ALGORITHM_3DES: in create()
DIkeNormalModeCipher.java112 case SaProposal.ENCRYPTION_ALGORITHM_3DES: in buildIpSecAlgorithmWithKey()
/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.java343 new EncryptionTransform(SaProposal.ENCRYPTION_ALGORITHM_3DES, 129); in testConstructEncryptionTransformWithInvalidKeyLength()
/packages/modules/IPsec/api/
Dsystem-current.txt250 field public static final int ENCRYPTION_ALGORITHM_3DES = 3; // 0x3
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java1232 case SaProposal.ENCRYPTION_ALGORITHM_3DES: in validateKeyLength()