Home
last modified time | relevance | path

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

/system/security/keystore2/aidl/android/security/metrics/
DHardwareAuthenticatorType.aidl29 PASSWORD = 2, enumConstant
/system/security/keystore2/src/legacy_blob/test/
Dlegacy_blob_test_vectors.rs152 pub static PASSWORD: &[u8] = &[ variable
/system/security/keystore2/src/
Dmetrics_store.rs245 HardwareAuthenticatorType::PASSWORD => { in process_key_creation_event_stats()
246 MetricsHardwareAuthenticatorType::PASSWORD in process_key_creation_event_stats()
Dsecurity_level.rs724 HardwareAuthenticatorType::PASSWORD => Some(a.authenticatorId), in import_wrapped_key()
Ddatabase.rs3342 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()
Dlegacy_blob.rs1356 key_manager.unlock_user_key(&mut db, 0, &(PASSWORD.into()), &legacy_blob_loader)?; in test_legacy_blobs()
/system/security/keystore2/src/km_compat/
Dparameter_conversion_test.cpp57 TEST_ENUM_CONVERSION(HardwareAuthenticatorType, PASSWORD); in TEST()
Dkm_compat_type_conversion.h370 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/
Dauth_token_table_test.cpp70 token.authenticatorType = HardwareAuthenticatorType::PASSWORD; in make_token()
78 builder.Authorization(TAG_USER_AUTH_TYPE, HardwareAuthenticatorType::PASSWORD) in make_set()