Home
last modified time | relevance | path

Searched refs:getEncryptionAlgorithms (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java317 assertEquals(IKE_NORMAL_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildIkeSaProposalWithNormalModeCipher()
328 assertEquals(IKE_COMBINED_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildIkeSaProposalWithCombinedModeCipher()
339 assertEquals(IKE_COMBINED_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildIkeSaProposalWithCombinedModeCipherAndIntegrityNone()
349 assertEquals(CHILD_NORMAL_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildChildSaProposalWithNormalModeCipher()
359 assertEquals(CHILD_COMBINED_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildChildProposalWithCombinedModeCipher()
369 assertEquals(CHILD_COMBINED_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildChildProposalWithCombinedModeCipherAndIntegrityNone()
378 assertEquals(CHILD_COMBINED_MODE_CIPHERS, saProposal.getEncryptionAlgorithms()); in testBuildChildSaProposalWithOnlyCiphers()
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java606 ikeTunnelParams.getIkeSaProposals().get(0).getEncryptionAlgorithms(); in testAeadSaProposals()
618 childTunnelParams.getChildSaProposals().get(0).getEncryptionAlgorithms(); in testAeadSaProposals()
668 ikeTunnelParams.getIkeSaProposals().get(0).getEncryptionAlgorithms(); in testMultipleSaProposals()
680 childTunnelParams.getChildSaProposals().get(0).getEncryptionAlgorithms(); in testMultipleSaProposals()
734 ikeTunnelParams.getIkeSaProposals().get(0).getEncryptionAlgorithms(); in testSaProposalsReorder()
742 ikeTunnelParams.getIkeSaProposals().get(1).getEncryptionAlgorithms(); in testSaProposalsReorder()
754 childTunnelParams.getChildSaProposals().get(0).getEncryptionAlgorithms(); in testSaProposalsReorder()
762 childTunnelParams.getChildSaProposals().get(1).getEncryptionAlgorithms(); in testSaProposalsReorder()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java412 public List<Pair<Integer, Integer>> getEncryptionAlgorithms() { in getEncryptionAlgorithms() method in SaProposal
DIkeSessionParams.java2416 + saProposal.getEncryptionAlgorithms().toString()); in dump()
/packages/modules/IPsec/api/
Dcurrent.txt303 …c java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getEncryptionAlgorithms();