Home
last modified time | relevance | path

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

/system/security/keystore/
Dauth_token_table.cpp188 hw_authenticator_type_t AuthTokenTable::Entry::authenticator_type() const { in authenticator_type() function in keymaster::AuthTokenTable::Entry
190 ntoh(static_cast<uint32_t>(token_->authenticator_type))); in authenticator_type()
198 (sid == token_->user_id && (auth_type & authenticator_type()) != 0)) in SatisfiesAuth()
212 token_->authenticator_type == entry.token_->authenticator_type && in Supersedes()
213 token_->authenticator_type == entry.token_->authenticator_type && in Supersedes()
Dauth_token_table.h136 hw_authenticator_type_t authenticator_type() const;
/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.cpp486 uint32_t token_auth_type = ntoh(auth_token.authenticator_type); in AuthTokenMatches()
/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.cpp87 ASSERT_EQ((uint32_t) HW_AUTH_PASSWORD, ntohl(auth_token->authenticator_type)); in TEST()
/system/gatekeeper/
Dgatekeeper.cpp229 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()