Searched refs:authenticator_type (Results 1 – 10 of 10) sorted by relevance
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 …]
495 uint32_t token_auth_type = ntoh(auth_token.authenticator_type); in AuthTokenMatches()
222 HardwareAuthenticatorType AuthTokenTable::Entry::authenticator_type() const { in authenticator_type() function in keystore::AuthTokenTable::Entry232 (sid == token_->userId && (auth_type & authenticator_type()) != 0)) in SatisfiesAuth()
134 HardwareAuthenticatorType authenticator_type() const;
520 uint32_t token_auth_type = ntoh(auth_token.authenticator_type); in AuthTokenMatches()
1402 hidlAuthToken->authenticatorType = authToken.authenticator_type; in addAuthToken()
101 ASSERT_EQ(htonl(HW_AUTH_PASSWORD), hat->authenticator_type); in TEST_F()
86 ASSERT_EQ((uint32_t) HW_AUTH_PASSWORD, ntohl(auth_token->authenticator_type)); in TEST()
235 token->authenticator_type = htonl(HW_AUTH_PASSWORD); in MintAuthToken()
74 token->authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in make_token()