OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authenticator_type
(Results
1 - 10
of
10
) 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
&&
auth_token_table.h
136
hw_authenticator_type_t
authenticator_type
() const;
/system/keymaster/
keymaster_enforcement_test.cpp
526
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));
[
all
...]
keymaster_enforcement.cpp
486
uint32_t token_auth_type = ntoh(auth_token.
authenticator_type
);
/system/core/gatekeeperd/tests/
gatekeeper_test.cpp
87
ASSERT_EQ((uint32_t) HW_AUTH_PASSWORD, ntohl(auth_token->
authenticator_type
));
/system/gatekeeper/tests/
gatekeeper_device_test.cpp
101
ASSERT_EQ(htonl(HW_AUTH_PASSWORD), hat->
authenticator_type
);
/device/generic/goldfish/fingerprint/
fingerprint.c
329
if (hat->challenge != dev->challenge && !(hat->
authenticator_type
& HW_AUTH_FINGERPRINT)) {
559
auth_msg.data.authenticated.hat.
authenticator_type
=
/system/gatekeeper/
gatekeeper.cpp
229
token->
authenticator_type
= htonl(HW_AUTH_PASSWORD);
/system/security/keystore/tests/
auth_token_table_test.cpp
74
token->
authenticator_type
= hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
Completed in 351 milliseconds