Searched refs:SECURITY_ALGORITHM_HMAC_SHA1_96 (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/ |
D | SecurityAlgorithmUpdateTest.java | 23 import static android.telephony.SecurityAlgorithmUpdate.SECURITY_ALGORITHM_HMAC_SHA1_96; 43 SECURITY_ALGORITHM_HMAC_SHA1_96, false); in testEqualsAndHash() 46 SECURITY_ALGORITHM_HMAC_SHA1_96, false); in testEqualsAndHash() 56 SECURITY_ALGORITHM_HMAC_SHA1_96, false); in testNotEqualsAndHash() 59 SECURITY_ALGORITHM_HMAC_SHA1_96, true); in testNotEqualsAndHash() 69 SECURITY_ALGORITHM_HMAC_SHA1_96, false); in testGetters() 73 assertThat(update.getIntegrity()).isEqualTo(SECURITY_ALGORITHM_HMAC_SHA1_96); in testGetters() 81 SECURITY_ALGORITHM_HMAC_SHA1_96, false); in testParcel()
|
D | NullCipherNotifierTest.java | 101 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_HMAC_SHA1_96, 162 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_HMAC_SHA1_96, in onSecurityAlgorithmUpdate_enabled_unprotectedEmergency_noSafetySourceUpdate() 180 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_HMAC_SHA1_96, in onSecurityAlgorithmUpdate_disabled_noSafetySourceUpdate() 199 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_HMAC_SHA1_96, in onSecurityAlgorithmUpdate_enabled_nonTransportLayerEvent_noSafetySourceUpdate() 222 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_HMAC_SHA1_96, in onUpdate_enabled_transportLayerEvent_encryptionNullCipher_notifyNonEncrypted() 284 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_HMAC_SHA1_96, in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_encrypted() 345 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_HMAC_SHA1_96, in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_notifyEncrypted() 356 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_HMAC_SHA1_96, in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_notifyEncrypted() 493 SecurityAlgorithmUpdate.SECURITY_ALGORITHM_HMAC_SHA1_96, in getWellEncryptedUpdate()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SecurityAlgorithmUpdate.java | 186 public static final int SECURITY_ALGORITHM_HMAC_SHA1_96 = 74; field in SecurityAlgorithmUpdate 214 SECURITY_ALGORITHM_HMAC_SHA1_96, SECURITY_ALGORITHM_HMAC_MD5_96,
|