Searched refs:authenticator_type (Results 1 – 8 of 8) sorted by relevance
188 hw_authenticator_type_t AuthTokenTable::Entry::authenticator_type() const { in authenticator_type() function in keymaster::AuthTokenTable::Entry190 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()
136 hw_authenticator_type_t authenticator_type() const;
526 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 …]
486 uint32_t token_auth_type = ntoh(auth_token.authenticator_type); in AuthTokenMatches()
101 ASSERT_EQ(htonl(HW_AUTH_PASSWORD), hat->authenticator_type); in TEST_F()
87 ASSERT_EQ((uint32_t) HW_AUTH_PASSWORD, ntohl(auth_token->authenticator_type)); in TEST()
229 token->authenticator_type = htonl(HW_AUTH_PASSWORD); in MintAuthToken()
74 token->authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in make_token()