Searched defs:authenticator_type (Results 1 - 1 of 1) 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 &&

Completed in 3 milliseconds