Searched defs:isIke (Results 1 – 2 of 2) sorted by relevance
120 int cipherId, boolean isIke, List<Pair<Integer, Integer>> ciphers) { in addCipherWithFixedKeyLenIfSupported()133 int cipherId, boolean isIke, List<Pair<Integer, Integer>> ciphers) { in addAesCipherIfSupported()146 private static List<Pair<Integer, Integer>> getNormalModeCiphers(boolean isIke) { in getNormalModeCiphers()154 private static List<Pair<Integer, Integer>> getCombinedModeCiphers(boolean isIke) { in getCombinedModeCiphers()163 private static List<Integer> getIntegrityAlgos(boolean isIke) { in getIntegrityAlgos()
76 private static boolean isIke( in isIke() method in IkeTunUtils