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/ |
D | SaProposalTest.java | 78 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/ |
D | IkeMacIntegrity.java | 50 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/ |
D | IkeMacIntegrityTest.java | 93 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/ |
D | SaProposal.java | 168 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
|
D | ChildSaProposal.java | 68 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/ |
D | IkeSaPayloadTest.java | 200 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()
|
D | IkeSkPayloadTest.java | 82 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
|
D | IkeEncryptedPayloadBodyTest.java | 232 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/ |
D | IkeMetrics.java | 143 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/ |
D | SaProposalTest.java | 46 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/ |
D | EpdgSaProposal.java | 90 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96,
|
D | EpdgTunnelManager.java | 224 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96,
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachineTest.java | 259 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()
|
D | SaRecordTest.java | 162 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96)); in setUp()
|
D | IkeSessionStateMachineTest.java | 815 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/ |
D | current.txt | 322 field public static final int INTEGRITY_ALGORITHM_HMAC_SHA1_96 = 2; // 0x2
|