Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A 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()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DIkeSaProposal.java138 public static Set<Integer> getSupportedEncryptionAlgorithms() { in getSupportedEncryptionAlgorithms() method in IkeSaProposal
H A DChildSaProposal.java172 public static Set<Integer> getSupportedEncryptionAlgorithms() { in getSupportedEncryptionAlgorithms() method in ChildSaProposal
H A DSaProposal.java543 && !ChildSaProposal.getSupportedEncryptionAlgorithms().contains(algorithm)) { in validateAndAddEncryptAlgo()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeSaPayload.java1227 return IkeSaProposal.getSupportedEncryptionAlgorithms().contains(id) in isSupportedTransformId()
1228 || ChildSaProposal.getSupportedEncryptionAlgorithms().contains(id); in isSupportedTransformId()
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt63 … method @NonNull public static java.util.Set<java.lang.Integer> getSupportedEncryptionAlgorithms();
136 … method @NonNull public static java.util.Set<java.lang.Integer> getSupportedEncryptionAlgorithms();
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java1079 if (ChildSaProposal.getSupportedEncryptionAlgorithms().contains(encryptionAlgo)) { in buildChildSaProposal()