Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
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()
183 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
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()
[all …]
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSaProposal.java102 builder.addIntegrityAlgorithm(algo); in fromPersistableBundle()
264 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm() method in IkeSaProposal.Builder
DChildSaProposal.java125 builder.addIntegrityAlgorithm(algo); in fromPersistableBundle()
320 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm() method in ChildSaProposal.Builder
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java247 builder.addIntegrityAlgorithm(algo); in buildIkeSaProposal()
297 builder.addIntegrityAlgorithm(algo); in buildChildSaProposal()
DIkeSessionPskTest.java197 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96) in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
DIkeSessionMobikeTest.java184 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96) in setupAndVerifyIkeSessionWithOptionMobike()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java207 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in setUp()
230 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in setUp()
/packages/modules/IPsec/api/
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);
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1034 saProposalBuilder.addIntegrityAlgorithm(integrityAlgo); in buildIkeSaProposal()
1118 saProposalBuilder.addIntegrityAlgorithm(integrityAlgo); in buildChildSaProposal()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java289 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposal()
2037 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposalWithDhGroup()
DIkeSessionStateMachineTest.java958 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposalCommon()
1022 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildChildSessionParams()