Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DSaProposalTest.java63 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96); in SaProposalTest()
75 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildIkeSaProposalWithNormalModeCipher()
211 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildAeadWithIntegrityAlgo()
247 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
263 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildIkeProposalWithoutDhGroup()
278 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildIkeProposalWithNoneValueDhGroup()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java69 case SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96: in create()
154 case SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96: in buildIpSecAlgorithmWithKey()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java147 INTEGRITY_ALGORITHM_HMAC_SHA1_96,
158 public static final int INTEGRITY_ALGORITHM_HMAC_SHA1_96 = 2; field in SaProposal
173 SUPPORTED_INTEGRITY_ALGO_TO_STR.put(INTEGRITY_ALGORITHM_HMAC_SHA1_96, "AUTH_HMAC_SHA1_96"); in SUPPORTED_INTEGRITY_ALGO_TO_STR.put() argument
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java191 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96); in setUp()
207 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in setUp()
230 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in setUp()
396 assertEquals(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96, transform.id); in testDecodeIntegrityTransform()
412 assertEquals(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96, transform.id); in testDecodeIntegrityTransformWithUnrecognizedAttribute()
609 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/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrityTest.java77 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DSaRecordTest.java160 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
DChildSessionStateMachineTest.java233 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96); in ChildSessionStateMachineTest()
288 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposal()
1889 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposalWithDhGroup()
DIkeSessionStateMachineTest.java712 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96); in setUp()
815 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposalCommon()
857 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildChildSessionParams()
/packages/modules/IPsec/api/
Dsystem-current.txt256 field public static final int INTEGRITY_ALGORITHM_HMAC_SHA1_96 = 2; // 0x2