Home
last modified time | relevance | path

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

/system/security/keystore2/aidl/android/security/metrics/
DHardwareAuthenticatorType.aidl29 PASSWORD = 2, enumConstant
/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs180 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/
Dlegacy_blob_test_vectors.rs269 pub static PASSWORD: &[u8] = &[ variable
/system/security/keystore2/src/
Dmetrics_store.rs239 HardwareAuthenticatorType::PASSWORD => { in process_key_creation_event_stats()
240 MetricsHardwareAuthenticatorType::PASSWORD in process_key_creation_event_stats()
Dlegacy_blob.rs1955 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()
Dsecurity_level.rs772 HardwareAuthenticatorType::PASSWORD => Some(a.authenticatorId), in import_wrapped_key()
Ddatabase.rs3014 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/
Dparameter_conversion_test.cpp57 TEST_ENUM_CONVERSION(HardwareAuthenticatorType, PASSWORD); in TEST()
Dkm_compat_type_conversion.h377 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/
Dkeystore2_client_authorizations_tests.rs918 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()