Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpnIkev2Utils.java182 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256); in getIkeSaProposals()
184 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_8, KEY_LEN_AES_256); in getIkeSaProposals()
187 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_8, KEY_LEN_AES_192); in getIkeSaProposals()
190 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_8, KEY_LEN_AES_128); in getIkeSaProposals()
268 aeadBuilder.addEncryptionAlgorithm( in getChildSaProposals()
272 aeadBuilder.addEncryptionAlgorithm( in getChildSaProposals()
274 aeadBuilder.addEncryptionAlgorithm( in getChildSaProposals()
277 aeadBuilder.addEncryptionAlgorithm( in getChildSaProposals()
279 aeadBuilder.addEncryptionAlgorithm( in getChildSaProposals()
282 aeadBuilder.addEncryptionAlgorithm( in getChildSaProposals()
[all …]
/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DSaProposalTest.java109 .addEncryptionAlgorithm( in testBuildIkeSaProposalWithCombinedModeCipher()
140 .addEncryptionAlgorithm( in testBuildChildSaProposalWithNormalCipher()
168 .addEncryptionAlgorithm( in testPersistableBundleEncodeDecodeIsLosslessChildProposal()
181 .addEncryptionAlgorithm( in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
195 .addEncryptionAlgorithm( in testGetCopyWithoutDhGroup()
223 new IkeSaProposal.Builder().addEncryptionAlgorithm(-1, KEY_LEN_UNUSED); in testBuildEncryptAlgosWithUnrecognizedAlgorithm()
235 .addEncryptionAlgorithm( in testBuildEncryptAlgosWithTwoModes()
263 .addEncryptionAlgorithm( in testBuildAeadWithIntegrityAlgo()
388 .addEncryptionAlgorithm( in testIsNegotiatedFromProposalWithIntegrityNone()
396 .addEncryptionAlgorithm( in testIsNegotiatedFromProposalWithIntegrityNone()
[all …]
H A DChildSessionParamsTest.java45 .addEncryptionAlgorithm( in ChildSessionParamsTest()
H A DTunnelModeChildSessionParamsTest.java76 .addEncryptionAlgorithm( in setup()
H A DIkeSessionParamsTest.java138 .addEncryptionAlgorithm( in setUp()
/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DSaProposalUtilsTest.java38 .addEncryptionAlgorithm( in buildTestIkeSaProposal()
40 .addEncryptionAlgorithm( in buildTestIkeSaProposal()
64 .addEncryptionAlgorithm( in buildTestChildSaProposal()
66 .addEncryptionAlgorithm( in buildTestChildSaProposal()
/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
H A DMtuUtilsTest.java65 .addEncryptionAlgorithm( in testNormalModeAlgorithmLessThanUnderlyingMtu()
80 .addEncryptionAlgorithm( in testCombinedModeAlgorithmLessThanUnderlyingMtu()
82 .addEncryptionAlgorithm( in testCombinedModeAlgorithmLessThanUnderlyingMtu()
84 .addEncryptionAlgorithm( in testCombinedModeAlgorithmLessThanUnderlyingMtu()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A 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
H A 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
/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DChildSaProposalUtils.java56 builder.addEncryptionAlgorithm(t.encryptionAlgo, t.keyLen); in fromPersistableBundle()
H A DIkeSaProposalUtils.java64 builder.addEncryptionAlgorithm(t.encryptionAlgo, t.keyLen); in fromPersistableBundle()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeSaPayloadTest.java205 .addEncryptionAlgorithm( in setUp()
214 .addEncryptionAlgorithm( in setUp()
217 .addEncryptionAlgorithm( in setUp()
228 .addEncryptionAlgorithm( in setUp()
234 .addEncryptionAlgorithm( in setUp()
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DSaProposalTest.java244 builder.addEncryptionAlgorithm(pair.first, pair.second); in buildIkeSaProposal()
294 builder.addEncryptionAlgorithm(pair.first, pair.second); in buildChildSaProposal()
H A DIkeSessionPskTest.java196 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_128) in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
H A DIkeSessionMobikeTest.java183 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_128) in setupAndVerifyIkeSessionWithOptionMobike()
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java1012 saProposalBuilder.addEncryptionAlgorithm(encryptionAlgo, aesCbcKeyLen); in buildIkeSaProposal()
1024 saProposalBuilder.addEncryptionAlgorithm(encryptionAlgo, aesCtrKeyLen); in buildIkeSaProposal()
1088 saProposalBuilder.addEncryptionAlgorithm( in buildChildSaProposal()
1102 saProposalBuilder.addEncryptionAlgorithm( in buildChildSaProposal()
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt70 …method @NonNull public android.net.ipsec.ike.ChildSaProposal.Builder addEncryptionAlgorithm(int, i…
144 …method @NonNull public android.net.ipsec.ike.IkeSaProposal.Builder addEncryptionAlgorithm(int, int…
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachineTest.java287 .addEncryptionAlgorithm( in buildSaProposal()
2035 .addEncryptionAlgorithm( in buildSaProposalWithDhGroup()
H A DIkeSessionStateMachineTest.java956 .addEncryptionAlgorithm( in buildSaProposalCommon()
1020 .addEncryptionAlgorithm( in buildChildSessionParams()