Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DSaProposalTest.java72 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96); in SaProposalTest()
82 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildTestIkeProposal()
183 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
266 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildAeadWithIntegrityAlgo()
302 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildIkeProposalNormalCipherWithNoneValueIntegrityAlgo()
318 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildIkeProposalWithoutDhGroup()
333 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in testBuildIkeProposalWithNoneValueDhGroup()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
H A 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()
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DMtuUtils.java28 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96;
64 map.put(INTEGRITY_ALGORITHM_HMAC_SHA1_96, 12); in map.put() argument
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
H A DIkeMacIntegrityTest.java93 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
230 IkeMacIntegrity.getIpSecAlgorithmName(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in testGetIpSecAlgorithmName()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A 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
H A DChildSaProposal.java68 SUPPORTED_IPSEC_INTEGRITY_BEFORE_SDK_S.add(INTEGRITY_ALGORITHM_HMAC_SHA1_96);
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A 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()
H A DIkeSkPayloadTest.java82 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
H A DIkeEncryptedPayloadBodyTest.java232 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DSaProposalUtilsTest.java42 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildTestIkeSaProposal()
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A 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()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DSaRecordTest.java162 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
H A DChildSessionStateMachineTest.java234 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96); in ChildSessionStateMachineTest()
289 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposal()
2037 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposalWithDhGroup()
H A DIkeSessionStateMachineTest.java814 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96); in setUp()
958 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildSaProposalCommon()
1022 .addIntegrityAlgorithm(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96) in buildChildSessionParams()
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt290 field public static final int INTEGRITY_ALGORITHM_HMAC_SHA1_96 = 2; // 0x2
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java192 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96,
/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgTunnelManagerTest.java769 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96, in setupMockForGetConfig()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCarrierConfigManager.java4911 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96, in getDefaults()