OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authenticator_type
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/include/hardware/
hw_auth_token.h
44
uint32_t
authenticator_type
; // hw_authenticator_type_t, in network order
member in struct:__anon32171
/system/security/keystore/
auth_token_table.cpp
188
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 592 milliseconds