Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSecurityAlgorithmUpdate.java38 private @SecurityAlgorithm int mEncryption;
39 private @SecurityAlgorithm int mIntegrity;
43 @SecurityAlgorithm int encryption, @SecurityAlgorithm int integrity, in SecurityAlgorithmUpdate()
59 public @SecurityAlgorithm int getEncryption() { in getEncryption()
63 public @SecurityAlgorithm int getIntegrity() { in getIntegrity()
220 public @interface SecurityAlgorithm { annotation in SecurityAlgorithmUpdate
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DNullCipherNotifier.java29 import android.telephony.SecurityAlgorithmUpdate.SecurityAlgorithm;
244 private static boolean isNullCipher(@SecurityAlgorithm int algorithm) { in isNullCipher()
338 private final @SecurityAlgorithm int mEncryption;
339 private final @SecurityAlgorithm int mIntegrity;
342 @SecurityAlgorithm int encryption, @SecurityAlgorithm int integrity) { in ConnectionState()
347 private @SecurityAlgorithm int getEncryption() { in getEncryption()
351 private @SecurityAlgorithm int getIntegrity() { in getIntegrity()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DSecurityAlgorithmUpdateTest.java29 import android.hardware.radio.network.SecurityAlgorithm;
96 aidlUpdate.encryption = SecurityAlgorithm.UEA1; in testConvertSecurityAlgorithmUpdate()
97 aidlUpdate.integrity = SecurityAlgorithm.AUTH_HMAC_SHA2_256_128; in testConvertSecurityAlgorithmUpdate()