Searched refs:getEncryptionAlgorithms (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
H A D | SaProposalTest.java | 317 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()
|
/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/ |
H A D | SaProposalUtilsBase.java | 79 for (Pair<Integer, Integer> pair : proposal.getEncryptionAlgorithms()) { in toPersistableBundle()
|
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/util/ |
H A D | MtuUtils.java | 121 for (Pair<Integer, Integer> encryptionAlgoPair : proposal.getEncryptionAlgorithms()) { in getMtu()
|
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
H A D | SaProposal.java | 412 public List<Pair<Integer, Integer>> getEncryptionAlgorithms() { in getEncryptionAlgorithms() method in SaProposal
|
/aosp12/packages/modules/IPsec/api/ |
H A D | current.txt | 271 …c java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getEncryptionAlgorithms();
|