/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/ |
D | SaProposalTest.java | 87 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in buildTestIkeProposal() 115 .addEncryptionAlgorithm( in testBuildIkeSaProposalWithCombinedModeCipher() 136 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_128) in buildTestChildProposal() 146 .addEncryptionAlgorithm( in testBuildChildSaProposalWithNormalCipher() 174 .addEncryptionAlgorithm( in testPersistableBundleEncodeDecodeIsLosslessChildProposal() 187 .addEncryptionAlgorithm( in testPersistableBundleEncodeDecodeIsLosslessIkeProposal() 201 .addEncryptionAlgorithm( in testGetCopyWithoutDhGroup() 229 new IkeSaProposal.Builder().addEncryptionAlgorithm(-1, KEY_LEN_UNUSED); in testBuildEncryptAlgosWithUnrecognizedAlgorithm() 240 .addEncryptionAlgorithm(SaProposal.ENCRYPTION_ALGORITHM_3DES, KEY_LEN_UNUSED) in testBuildEncryptAlgosWithTwoModes() 241 .addEncryptionAlgorithm( in testBuildEncryptAlgosWithTwoModes() [all …]
|
D | ChildSessionParamsTest.java | 45 .addEncryptionAlgorithm( in ChildSessionParamsTest()
|
D | TunnelModeChildSessionParamsTest.java | 76 .addEncryptionAlgorithm( in setup()
|
D | IkeSessionParamsTest.java | 150 .addEncryptionAlgorithm( in setUp()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeSaPayloadTest.java | 213 .addEncryptionAlgorithm( in setUp() 222 .addEncryptionAlgorithm( in setUp() 225 .addEncryptionAlgorithm( in setUp() 236 .addEncryptionAlgorithm( in setUp() 242 .addEncryptionAlgorithm( in setUp() 972 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_256) 986 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_256) 1016 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_256) 1028 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_128) 1029 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_256) [all …]
|
/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/ |
D | IkeSessionTestUtils.java | 93 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_256) in getIkeSaProposals() 101 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_128) in getChildSaProposals()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeSaProposal.java | 96 builder.addEncryptionAlgorithm(t.id, t.getSpecifiedKeyLength()); in fromPersistableBundle() 249 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm() method in IkeSaProposal.Builder
|
D | ChildSaProposal.java | 119 builder.addEncryptionAlgorithm(t.id, t.getSpecifiedKeyLength()); in fromPersistableBundle() 305 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm() method in ChildSaProposal.Builder
|
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
D | EpdgChildSaProposal.java | 79 saProposalBuilder.addEncryptionAlgorithm(encrAlgo.first, encrAlgo.second); in buildProposal()
|
D | EpdgIkeSaProposal.java | 99 saProposalBuilder.addEncryptionAlgorithm(encrAlgo.first, encrAlgo.second); in buildProposal()
|
D | EpdgTunnelManager.java | 1667 saProposalBuilder.addEncryptionAlgorithm(encryptionAlgo, aesCbcKeyLen); in buildIkeSaProposal() 1681 saProposalBuilder.addEncryptionAlgorithm(encryptionAlgo, aesCtrKeyLen); in buildIkeSaProposal() 1747 saProposalBuilder.addEncryptionAlgorithm(encryptionAlgo, aesGcmKeyLen); in buildIkeSaAeadProposal() 1816 saProposalBuilder.addEncryptionAlgorithm( in buildChildSaProposal() 1832 saProposalBuilder.addEncryptionAlgorithm( in buildChildSaProposal() 1896 saProposalBuilder.addEncryptionAlgorithm(encryptionAlgo, aesGcmKeyLen); in buildAeadChildSaProposal()
|
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | SaProposalTest.java | 244 builder.addEncryptionAlgorithm(pair.first, pair.second); in buildIkeSaProposal() 294 builder.addEncryptionAlgorithm(pair.first, pair.second); in buildChildSaProposal()
|
D | IkeSessionPskTest.java | 215 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_128) in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
|
D | IkeSessionMobikeTest.java | 217 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_128) in setupAndVerifyIkeSessionWithMobility()
|
/packages/modules/IPsec/api/ |
D | current.txt | 96 …method @NonNull public android.net.ipsec.ike.ChildSaProposal.Builder addEncryptionAlgorithm(int, i… 170 …method @NonNull public android.net.ipsec.ike.IkeSaProposal.Builder addEncryptionAlgorithm(int, int…
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachineTest.java | 316 .addEncryptionAlgorithm( in buildSaProposal() 2274 .addEncryptionAlgorithm( in buildSaProposalWithDhGroup()
|
D | IkeSessionStateMachineTest.java | 1050 .addEncryptionAlgorithm( in buildSaProposalCommon() 1135 .addEncryptionAlgorithm( in buildChildSessionParams()
|