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 D | SaProposalTest.java | 61 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 D | SaProposal.java | 60 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 D | MtuUtils.java | 19 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 D | SaProposalUtilsTest.java | 39 SaProposal.ENCRYPTION_ALGORITHM_3DES, SaProposal.KEY_LEN_UNUSED) in buildTestIkeSaProposal()
|
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
H A D | SaProposalTest.java | 37 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 D | IkeCipher.java | 117 case SaProposal.ENCRYPTION_ALGORITHM_3DES: in create()
|
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/ |
H A D | IkeNormalModeCipherTest.java | 220 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 D | IkeEncryptedPayloadBodyTest.java | 220 new EncryptionTransform(SaProposal.ENCRYPTION_ALGORITHM_3DES)); in setUp()
|
H A D | IkeSaPayloadTest.java | 343 new EncryptionTransform(SaProposal.ENCRYPTION_ALGORITHM_3DES, 129); in testConstructEncryptionTransformWithInvalidKeyLength()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
H A D | IkeSaPayload.java | 1252 case SaProposal.ENCRYPTION_ALGORITHM_3DES: in validateKeyLength()
|
/aosp12/packages/modules/IPsec/api/ |
H A D | current.txt | 281 field public static final int ENCRYPTION_ALGORITHM_3DES = 3; // 0x3
|