Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DSaProposalTest.java88 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildTestIkeProposal()
137 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in buildTestChildProposal()
148 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testBuildChildSaProposalWithNormalCipher()
176 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testPersistableBundleEncodeDecodeIsLosslessChildProposal()
189 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
203 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testGetCopyWithoutDhGroup()
271 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testBuildAeadWithIntegrityAlgo()
272 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildAeadWithIntegrityAlgo()
307 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_NONE) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
308 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
[all …]
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java216 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in setUp()
239 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in setUp()
974 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_512_256)
988 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_512_256)
1018 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_512_256)
1031 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_512_256)
1044 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_512_256)
/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/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgChildSaProposal.java86 saProposalBuilder.addIntegrityAlgorithm(integrityAlgo); in buildProposal()
DEpdgIkeSaProposal.java106 saProposalBuilder.addIntegrityAlgorithm(integrityAlgo); in buildProposal()
DEpdgTunnelManager.java1549 saProposalBuilder.addIntegrityAlgorithm(integrityAlgo); in buildIkeSaProposal()
1706 saProposalBuilder.addIntegrityAlgorithm(integrityAlgo); in buildChildSaProposal()
/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DIkeSessionTestUtils.java94 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_256_128) in getIkeSaProposals()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java247 builder.addIntegrityAlgorithm(algo); in buildIkeSaProposal()
297 builder.addIntegrityAlgorithm(algo); in buildChildSaProposal()
DIkeSessionPskTest.java216 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96) in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
DIkeSessionMobikeTest.java218 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96) in setupAndVerifyIkeSessionWithMobility()
/packages/modules/IPsec/api/
Dcurrent.txt97 method @NonNull public android.net.ipsec.ike.ChildSaProposal.Builder addIntegrityAlgorithm(int);
171 method @NonNull public android.net.ipsec.ike.IkeSaProposal.Builder addIntegrityAlgorithm(int);
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java319 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposal()
2277 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposalWithDhGroup()
DIkeSessionStateMachineTest.java1042 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposalCommon()
1127 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildChildSessionParams()