/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 | 214 .addEncryptionAlgorithm( in setUp() 223 .addEncryptionAlgorithm( in setUp() 226 .addEncryptionAlgorithm( in setUp() 237 .addEncryptionAlgorithm( in setUp() 243 .addEncryptionAlgorithm( in setUp() 973 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_256) 987 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_256) 1017 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_256) 1029 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_128) 1030 .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 | 1522 saProposalBuilder.addEncryptionAlgorithm(encryptionAlgo, aesCbcKeyLen); in buildIkeSaProposal() 1536 saProposalBuilder.addEncryptionAlgorithm(encryptionAlgo, aesCtrKeyLen); in buildIkeSaProposal() 1602 saProposalBuilder.addEncryptionAlgorithm(encryptionAlgo, aesGcmKeyLen); in buildIkeSaAeadProposal() 1671 saProposalBuilder.addEncryptionAlgorithm( in buildChildSaProposal() 1687 saProposalBuilder.addEncryptionAlgorithm( in buildChildSaProposal() 1751 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 | 317 .addEncryptionAlgorithm( in buildSaProposal() 2275 .addEncryptionAlgorithm( in buildSaProposalWithDhGroup()
|
D | IkeSessionStateMachineTest.java | 1040 .addEncryptionAlgorithm( in buildSaProposalCommon() 1125 .addEncryptionAlgorithm( in buildChildSessionParams()
|