Home
last modified time | relevance | path

Searched refs:addEncryptionAlgorithm (Results 1 – 17 of 17) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DSaProposalTest.java87 .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 …]
DChildSessionParamsTest.java45 .addEncryptionAlgorithm( in ChildSessionParamsTest()
DTunnelModeChildSessionParamsTest.java76 .addEncryptionAlgorithm( in setup()
DIkeSessionParamsTest.java150 .addEncryptionAlgorithm( in setUp()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java214 .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/
DIkeSessionTestUtils.java93 .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/
DIkeSaProposal.java96 builder.addEncryptionAlgorithm(t.id, t.getSpecifiedKeyLength()); in fromPersistableBundle()
249 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm() method in IkeSaProposal.Builder
DChildSaProposal.java119 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/
DEpdgChildSaProposal.java79 saProposalBuilder.addEncryptionAlgorithm(encrAlgo.first, encrAlgo.second); in buildProposal()
DEpdgIkeSaProposal.java99 saProposalBuilder.addEncryptionAlgorithm(encrAlgo.first, encrAlgo.second); in buildProposal()
DEpdgTunnelManager.java1522 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/
DSaProposalTest.java244 builder.addEncryptionAlgorithm(pair.first, pair.second); in buildIkeSaProposal()
294 builder.addEncryptionAlgorithm(pair.first, pair.second); in buildChildSaProposal()
DIkeSessionPskTest.java215 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_128) in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
DIkeSessionMobikeTest.java217 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_128) in setupAndVerifyIkeSessionWithMobility()
/packages/modules/IPsec/api/
Dcurrent.txt96 …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/
DChildSessionStateMachineTest.java317 .addEncryptionAlgorithm( in buildSaProposal()
2275 .addEncryptionAlgorithm( in buildSaProposalWithDhGroup()
DIkeSessionStateMachineTest.java1040 .addEncryptionAlgorithm( in buildSaProposalCommon()
1125 .addEncryptionAlgorithm( in buildChildSessionParams()