Searched refs:getSupportedEncryptionAlgorithms (Results 1 – 7 of 7) sorted by relevance
123 ? 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()
138 public static Set<Integer> getSupportedEncryptionAlgorithms() { in getSupportedEncryptionAlgorithms() method in IkeSaProposal
172 public static Set<Integer> getSupportedEncryptionAlgorithms() { in getSupportedEncryptionAlgorithms() method in ChildSaProposal
544 && !ChildSaProposal.getSupportedEncryptionAlgorithms().contains(algorithm)) { in validateAndAddEncryptAlgo()
1294 return IkeSaProposal.getSupportedEncryptionAlgorithms().contains(id) in isSupportedTransformId()1295 || ChildSaProposal.getSupportedEncryptionAlgorithms().contains(id); in isSupportedTransformId()
89 … method @NonNull public static java.util.Set<java.lang.Integer> getSupportedEncryptionAlgorithms();162 … method @NonNull public static java.util.Set<java.lang.Integer> getSupportedEncryptionAlgorithms();
1660 if (ChildSaProposal.getSupportedEncryptionAlgorithms().contains(encryptionAlgo)) { in buildChildSaProposal()