Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DNullCipherNotifier.java244 private static boolean isNullCipher(@SecurityAlgorithm int algorithm) { in isNullCipher() method in NullCipherNotifier
356 return isNullCipher(mEncryption) || isNullCipher(mIntegrity); in hasNullCipher()