Home
last modified time | relevance | path

Searched refs:addIntegrityAlgorithm (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DSaProposalTest.java82 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildTestIkeProposal()
131 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in buildTestChildProposal()
142 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testBuildChildSaProposalWithNormalCipher()
170 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testPersistableBundleEncodeDecodeIsLosslessChildProposal()
197 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testGetCopyWithoutDhGroup()
265 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testBuildAeadWithIntegrityAlgo()
266 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildAeadWithIntegrityAlgo()
301 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
302 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
400 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_NONE) in testIsNegotiatedFromProposalWithIntegrityNone()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpnIkev2Utils.java173 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_512_256); in getIkeSaProposals()
174 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_384_192); in getIkeSaProposals()
175 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_256_128); in getIkeSaProposals()
176 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_XCBC_96); in getIkeSaProposals()
177 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96); in getIkeSaProposals()
239 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_512_256); in getChildSaProposals()
242 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_384_192); in getChildSaProposals()
245 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_256_128); in getChildSaProposals()
248 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_XCBC_96); in getChildSaProposals()
251 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96); in getChildSaProposals()
/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DSaProposalUtilsTest.java42 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildTestIkeSaProposal()
43 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA2_256_128) in buildTestIkeSaProposal()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DIkeSaProposal.java102 builder.addIntegrityAlgorithm(algo); in fromPersistableBundle()
264 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm() method in IkeSaProposal.Builder
H A DChildSaProposal.java125 builder.addIntegrityAlgorithm(algo); in fromPersistableBundle()
320 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm() method in ChildSaProposal.Builder
/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DChildSaProposalUtils.java62 builder.addIntegrityAlgorithm(algo); in fromPersistableBundle()
H A DIkeSaProposalUtils.java70 builder.addIntegrityAlgorithm(algo); in fromPersistableBundle()
/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
H A DMtuUtilsTest.java67 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_256_128) in testNormalModeAlgorithmLessThanUnderlyingMtu()
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DSaProposalTest.java247 builder.addIntegrityAlgorithm(algo); in buildIkeSaProposal()
297 builder.addIntegrityAlgorithm(algo); in buildChildSaProposal()
H A DIkeSessionPskTest.java197 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96) in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
H A DIkeSessionMobikeTest.java184 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96) in setupAndVerifyIkeSessionWithOptionMobike()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeSaPayloadTest.java207 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in setUp()
230 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in setUp()
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt71 method @NonNull public android.net.ipsec.ike.ChildSaProposal.Builder addIntegrityAlgorithm(int);
145 method @NonNull public android.net.ipsec.ike.IkeSaProposal.Builder addIntegrityAlgorithm(int);
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java1034 saProposalBuilder.addIntegrityAlgorithm(integrityAlgo); in buildIkeSaProposal()
1118 saProposalBuilder.addIntegrityAlgorithm(integrityAlgo); in buildChildSaProposal()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachineTest.java289 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposal()
2037 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposalWithDhGroup()
H A DIkeSessionStateMachineTest.java958 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposalCommon()
1022 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildChildSessionParams()