Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DSaProposalTest.java78 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96); in SaProposalTest()
88 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildTestIkeProposal()
189 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
272 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildAeadWithIntegrityAlgo()
308 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
324 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildIkeProposalWithoutDhGroup()
339 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildIkeProposalWithNoneValueDhGroup()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java50 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96, IpSecAlgorithm.AUTH_HMAC_SHA1); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
92 case SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96: in create()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrityTest.java93 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
230 IkeMacIntegrity.getIpSecAlgorithmName(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in testGetIpSecAlgorithmName()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java168 INTEGRITY_ALGORITHM_HMAC_SHA1_96,
180 public static final int INTEGRITY_ALGORITHM_HMAC_SHA1_96 = 2; field in SaProposal
198 SUPPORTED_INTEGRITY_ALGO_TO_STR.put(INTEGRITY_ALGORITHM_HMAC_SHA1_96, "AUTH_HMAC_SHA1_96"); in SUPPORTED_INTEGRITY_ALGO_TO_STR.put() argument
DChildSaProposal.java68 SUPPORTED_IPSEC_INTEGRITY_BEFORE_SDK_S.add(INTEGRITY_ALGORITHM_HMAC_SHA1_96);
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java200 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96); in setUp()
216 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in setUp()
239 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in setUp()
405 assertEquals(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96, transform.id); in testDecodeIntegrityTransform()
421 assertEquals(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96, transform.id); in testDecodeIntegrityTransformWithUnrecognizedAttribute()
618 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96); in testTransformEquals()
DIkeSkPayloadTest.java82 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
DIkeEncryptedPayloadBodyTest.java232 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
DIkeMetrics.java143 INTEGRITY_ALGORITHM_HMAC_SHA1_96,
163 public static final int INTEGRITY_ALGORITHM_HMAC_SHA1_96 = field in IkeMetrics
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java46 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96;
417 integrityAlgos.put(INTEGRITY_ALGORITHM_HMAC_SHA1_96, new CryptoInfo(R, AUTH_HMAC_SHA1)); in getAllIntegrityAlgos()
544 expectedAlgos.add(ALL_INTEGRITY_ALGOS.get(INTEGRITY_ALGORITHM_HMAC_SHA1_96).ipSecName); in testGetSupportedChildAlgosPreS()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgSaProposal.java90 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96,
DEpdgTunnelManager.java224 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96,
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java259 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96); in ChildSessionStateMachineTest()
319 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposal()
553 IkeMetrics.INTEGRITY_ALGORITHM_HMAC_SHA1_96, in verifyInitCreateChildResp()
1452 IkeMetrics.INTEGRITY_ALGORITHM_HMAC_SHA1_96, in testRekeyLocalCreateHandlesRekeyRequest()
1775 IkeMetrics.INTEGRITY_ALGORITHM_HMAC_SHA1_96, in testRekeyChildRemoteCreate()
2277 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposalWithDhGroup()
DSaRecordTest.java162 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
DIkeSessionStateMachineTest.java815 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96); in setUp()
1042 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposalCommon()
1127 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildChildSessionParams()
1985 IkeMetrics.INTEGRITY_ALGORITHM_HMAC_SHA1_96, in receiveAndGetIkeInitResp()
4080 IkeMetrics.INTEGRITY_ALGORITHM_HMAC_SHA1_96, in verifyRekeyIkeLocalCreateHandlesResponse()
4509 IkeMetrics.INTEGRITY_ALGORITHM_HMAC_SHA1_96, in testRekeyIkeRemoteCreate()
/packages/modules/IPsec/api/
Dcurrent.txt322 field public static final int INTEGRITY_ALGORITHM_HMAC_SHA1_96 = 2; // 0x2