Searched refs:authenticator_type (Results 1 - 7 of 7) sorted by relevance

/system/security/keystore/
H A Dauth_token_table.cpp188 hw_authenticator_type_t AuthTokenTable::Entry::authenticator_type() const { function in class:AuthTokenTable::Entry
190 ntoh(static_cast<uint32_t>(token_->authenticator_type)));
198 (sid == token_->user_id && (auth_type & authenticator_type()) != 0))
212 token_->authenticator_type == entry.token_->authenticator_type &&
213 token_->authenticator_type == entry.token_->authenticator_type &&
H A Dauth_token_table.h136 hw_authenticator_type_t authenticator_type() const;
/system/keymaster/
H A Dkeymaster_enforcement_test.cpp526 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
549 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
578 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
602 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
629 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
658 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
687 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
710 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
762 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
787 token.authenticator_type
[all...]
H A Dkeymaster_enforcement.cpp470 uint32_t token_auth_type = ntoh(auth_token.authenticator_type);
/system/core/gatekeeperd/tests/
H A Dgatekeeper_test.cpp88 ASSERT_EQ((uint32_t) HW_AUTH_PASSWORD, ntohl(auth_token->authenticator_type));
/system/gatekeeper/
H A Dgatekeeper.cpp227 token->authenticator_type = htonl(HW_AUTH_PASSWORD);
/system/security/keystore/tests/
H A Dauth_token_table_test.cpp79 token->authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));

Completed in 739 milliseconds