Searched refs:PASSWORD (Results 1 – 9 of 9) sorted by relevance
/system/security/keystore2/aidl/android/security/metrics/ |
D | HardwareAuthenticatorType.aidl | 29 PASSWORD = 2, enumConstant
|
/system/security/keystore2/src/legacy_blob/test/ |
D | legacy_blob_test_vectors.rs | 152 pub static PASSWORD: &[u8] = &[ variable
|
/system/security/keystore2/src/ |
D | metrics_store.rs | 245 HardwareAuthenticatorType::PASSWORD => { in process_key_creation_event_stats() 246 MetricsHardwareAuthenticatorType::PASSWORD in process_key_creation_event_stats()
|
D | security_level.rs | 724 HardwareAuthenticatorType::PASSWORD => Some(a.authenticatorId), in import_wrapped_key()
|
D | database.rs | 3342 authenticatorType: kmhw_authenticator_type(kmhw_authenticator_type::PASSWORD.0), in test_auth_token_table_invariant() 3356 authenticatorType: kmhw_authenticator_type(kmhw_authenticator_type::PASSWORD.0), in test_auth_token_table_invariant() 3375 authenticatorType: kmhw_authenticator_type(kmhw_authenticator_type::PASSWORD.0), in test_auth_token_table_invariant() 5120 KeyParameterValue::HardwareAuthenticatorType(HardwareAuthenticatorType::PASSWORD), in make_test_params()
|
D | legacy_blob.rs | 1356 key_manager.unlock_user_key(&mut db, 0, &(PASSWORD.into()), &legacy_blob_loader)?; in test_legacy_blobs()
|
/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 | 370 if (hat & static_cast<uint32_t>(KMV1::HardwareAuthenticatorType::PASSWORD)) { in convert() 371 result |= static_cast<uint32_t>(V4_0::HardwareAuthenticatorType::PASSWORD); in convert() 381 if ((uint32_t)h & (uint32_t)V4_0::HardwareAuthenticatorType::PASSWORD) { in convert() 382 result |= (uint32_t)KMV1::HardwareAuthenticatorType::PASSWORD; in convert()
|
/system/security/keystore/tests/ |
D | auth_token_table_test.cpp | 70 token.authenticatorType = HardwareAuthenticatorType::PASSWORD; in make_token() 78 builder.Authorization(TAG_USER_AUTH_TYPE, HardwareAuthenticatorType::PASSWORD) in make_set()
|