Searched refs:PASSWORD (Results 1 – 10 of 10) sorted by relevance
/system/security/keystore2/aidl/android/security/metrics/ |
D | HardwareAuthenticatorType.aidl | 29 PASSWORD = 2, enumConstant
|
/system/security/keystore2/tests/legacy_blobs/ |
D | keystore2_legacy_blob_tests.rs | 180 let pw: Password = PASSWORD.into(); in keystore2_encrypted_characteristics() 234 match auth_service.onDeviceUnlocked(99, Some(PASSWORD)) { in keystore2_encrypted_characteristics() 431 let pw: Password = PASSWORD.into(); in keystore2_encrypted_certificates() 488 match auth_service.onDeviceUnlocked(98, Some(PASSWORD)) { in keystore2_encrypted_certificates()
|
/system/security/keystore2/src/legacy_blob/test_utils/ |
D | legacy_blob_test_vectors.rs | 269 pub static PASSWORD: &[u8] = &[ variable
|
/system/security/keystore2/src/ |
D | metrics_store.rs | 239 HardwareAuthenticatorType::PASSWORD => { in process_key_creation_event_stats() 240 MetricsHardwareAuthenticatorType::PASSWORD in process_key_creation_event_stats()
|
D | legacy_blob.rs | 1955 let pw: Password = PASSWORD.into(); in test_with_encrypted_characteristics() 2042 let pw: Password = PASSWORD.into(); in test_with_encrypted_certificates() 2130 let pw: Password = PASSWORD.into(); in test_in_place_key_migration()
|
D | security_level.rs | 772 HardwareAuthenticatorType::PASSWORD => Some(a.authenticatorId), in import_wrapped_key()
|
D | database.rs | 3014 authenticatorType: kmhw_authenticator_type(kmhw_authenticator_type::PASSWORD.0), in test_auth_token_table_invariant() 3028 authenticatorType: kmhw_authenticator_type(kmhw_authenticator_type::PASSWORD.0), in test_auth_token_table_invariant() 3047 authenticatorType: kmhw_authenticator_type(kmhw_authenticator_type::PASSWORD.0), in test_auth_token_table_invariant() 4600 KeyParameterValue::HardwareAuthenticatorType(HardwareAuthenticatorType::PASSWORD), in make_test_params_with_sids()
|
/system/security/keystore2/src/km_compat/ |
D | parameter_conversion_test.cpp | 57 TEST_ENUM_CONVERSION(HardwareAuthenticatorType, PASSWORD); in TEST()
|
D | km_compat_type_conversion.h | 377 if (hat & static_cast<uint32_t>(KMV1::HardwareAuthenticatorType::PASSWORD)) { in convert() 378 result |= static_cast<uint32_t>(V4_0::HardwareAuthenticatorType::PASSWORD); in convert() 388 if ((uint32_t)h & (uint32_t)V4_0::HardwareAuthenticatorType::PASSWORD) { in convert() 389 result |= (uint32_t)KMV1::HardwareAuthenticatorType::PASSWORD; in convert()
|
/system/security/keystore2/tests/ |
D | keystore2_client_authorizations_tests.rs | 918 let result = keystore_auth.getLastAuthTime(0, &[HardwareAuthenticatorType::PASSWORD]); in keystore2_flagged_off_get_last_auth_password_permission_denied() 932 add_hardware_token(HardwareAuthenticatorType::PASSWORD); in keystore2_flagged_on_get_last_auth_password_success() 933 assert!(keystore_auth.getLastAuthTime(0, &[HardwareAuthenticatorType::PASSWORD]).unwrap() > 0); in keystore2_flagged_on_get_last_auth_password_success()
|