Home
last modified time | relevance | path

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

/system/keymaster/
Dkeymaster_enforcement_test.cpp526 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()
549 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()
578 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()
602 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()
629 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()
658 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()
687 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()
710 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()
762 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()
787 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()
[all …]
Dkeymaster_enforcement.cpp495 uint32_t token_auth_type = ntoh(auth_token.authenticator_type); in AuthTokenMatches()
/system/security/keystore/
Dauth_token_table.cpp222 HardwareAuthenticatorType AuthTokenTable::Entry::authenticator_type() const { in authenticator_type() function in keystore::AuthTokenTable::Entry
232 (sid == token_->userId && (auth_type & authenticator_type()) != 0)) in SatisfiesAuth()
Dauth_token_table.h134 HardwareAuthenticatorType authenticator_type() const;
Dkeymaster_enforcement.cpp520 uint32_t token_auth_type = ntoh(auth_token.authenticator_type); in AuthTokenMatches()
Dkey_store_service.cpp1402 hidlAuthToken->authenticatorType = authToken.authenticator_type; in addAuthToken()
/system/gatekeeper/tests/
Dgatekeeper_device_test.cpp101 ASSERT_EQ(htonl(HW_AUTH_PASSWORD), hat->authenticator_type); in TEST_F()
/system/core/gatekeeperd/tests/
Dgatekeeper_test.cpp86 ASSERT_EQ((uint32_t) HW_AUTH_PASSWORD, ntohl(auth_token->authenticator_type)); in TEST()
/system/gatekeeper/
Dgatekeeper.cpp235 token->authenticator_type = htonl(HW_AUTH_PASSWORD); in MintAuthToken()
/system/security/keystore/tests/
Dauth_token_table_test.cpp74 token->authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in make_token()