Home
last modified time | relevance | path

Searched refs:getSupportedEncryptionAlgorithms (Results 1 – 7 of 7) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java123 ? IkeSaProposal.getSupportedEncryptionAlgorithms() in addCipherWithFixedKeyLenIfSupported()
124 : ChildSaProposal.getSupportedEncryptionAlgorithms(); in addCipherWithFixedKeyLenIfSupported()
136 ? IkeSaProposal.getSupportedEncryptionAlgorithms() in addAesCipherIfSupported()
137 : ChildSaProposal.getSupportedEncryptionAlgorithms(); in addAesCipherIfSupported()
480 IkeSaProposal.getSupportedEncryptionAlgorithms()); in checkGetSupportedIkeSaAlgos()
512 for (int algo : ChildSaProposal.getSupportedEncryptionAlgorithms()) { in checkGetSupportedChildSaAlgos()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSaProposal.java138 public static Set<Integer> getSupportedEncryptionAlgorithms() { in getSupportedEncryptionAlgorithms() method in IkeSaProposal
DChildSaProposal.java172 public static Set<Integer> getSupportedEncryptionAlgorithms() { in getSupportedEncryptionAlgorithms() method in ChildSaProposal
DSaProposal.java544 && !ChildSaProposal.getSupportedEncryptionAlgorithms().contains(algorithm)) { in validateAndAddEncryptAlgo()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java1294 return IkeSaProposal.getSupportedEncryptionAlgorithms().contains(id) in isSupportedTransformId()
1295 || ChildSaProposal.getSupportedEncryptionAlgorithms().contains(id); in isSupportedTransformId()
/packages/modules/IPsec/api/
Dcurrent.txt89 … method @NonNull public static java.util.Set<java.lang.Integer> getSupportedEncryptionAlgorithms();
162 … method @NonNull public static java.util.Set<java.lang.Integer> getSupportedEncryptionAlgorithms();
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1660 if (ChildSaProposal.getSupportedEncryptionAlgorithms().contains(encryptionAlgo)) { in buildChildSaProposal()