Home
last modified time | relevance | path

Searched refs:getIntegrityAlgorithms (Results 1 – 6 of 6) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java318 assertEquals(IKE_INTEGRITY_ALGOS, saProposal.getIntegrityAlgorithms()); in testBuildIkeSaProposalWithNormalModeCipher()
331 assertTrue(saProposal.getIntegrityAlgorithms().isEmpty()); in testBuildIkeSaProposalWithCombinedModeCipher()
342 assertEquals(Arrays.asList(INTEGRITY_ALGORITHM_NONE), saProposal.getIntegrityAlgorithms()); in testBuildIkeSaProposalWithCombinedModeCipherAndIntegrityNone()
350 assertEquals(CHILD_INTEGRITY_ALGOS, saProposal.getIntegrityAlgorithms()); in testBuildChildSaProposalWithNormalModeCipher()
360 assertTrue(saProposal.getIntegrityAlgorithms().isEmpty()); in testBuildChildProposalWithCombinedModeCipher()
370 assertEquals(Arrays.asList(INTEGRITY_ALGORITHM_NONE), saProposal.getIntegrityAlgorithms()); in testBuildChildProposalWithCombinedModeCipherAndIntegrityNone()
379 assertTrue(saProposal.getIntegrityAlgorithms().isEmpty()); in testBuildChildSaProposalWithOnlyCiphers()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java312 int[] integrityAlgoIdArray = getIntegrityAlgorithms().stream().mapToInt(i -> i).toArray(); in toPersistableBundle()
426 public List<Integer> getIntegrityAlgorithms() { in getIntegrityAlgorithms() method in SaProposal
DIkeSessionParams.java2420 + saProposal.getIntegrityAlgorithms().toString()); in dump()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java901 List<Integer> integrityAlgorithms = mSaProposal.getIntegrityAlgorithms(); in validateAndBuildChild()
1638 mSaProposal.getIntegrityAlgorithms(); in processStateMessage()
1939 List<Integer> integrityAlgorithms = mSaProposal.getIntegrityAlgorithms(); in handleCreateChildRequest()
DIkeSessionStateMachine.java2600 List<Integer> integrityAlgorithms = mSaProposal.getIntegrityAlgorithms(); in handleRequestIkeMessage()
3380 List<Integer> integrityAlgorithms = mSaProposal.getIntegrityAlgorithms(); in handleResponseIkeMessage()
5120 List<Integer> integrityAlgorithms = mSaProposal.getIntegrityAlgorithms(); in handleResponseIkeMessage()
/packages/modules/IPsec/api/
Dcurrent.txt304 method @NonNull public java.util.List<java.lang.Integer> getIntegrityAlgorithms();