OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gatekeeper_device
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/include/hardware/
gatekeeper.h
41
struct
gatekeeper_device
{
struct
58
* - dev: pointer to
gatekeeper_device
acquired via calls to gatekeeper_open
91
int (*enroll)(const struct
gatekeeper_device
*dev, uint32_t uid,
108
* - dev: pointer to
gatekeeper_device
acquired via calls to gatekeeper_open
141
int (*verify)(const struct
gatekeeper_device
*dev, uint32_t uid, uint64_t challenge,
152
* - dev: pointer to
gatekeeper_device
acquired via calls to gatekeeper_open
159
int (*delete_user)(const struct
gatekeeper_device
*dev, uint32_t uid);
167
* - dev: pointer to
gatekeeper_device
acquired via calls to gatekeeper_open
173
int (*delete_all_users)(const struct
gatekeeper_device
*dev);
176
typedef struct
gatekeeper_device
gatekeeper_device_t
[
all
...]
/system/core/trusty/gatekeeper/
trusty_gatekeeper.h
93
static int enroll(const struct
gatekeeper_device
*dev, uint32_t uid,
112
static int verify(const struct
gatekeeper_device
*dev, uint32_t uid, uint64_t challenge,
119
gatekeeper_device
device_;
trusty_gatekeeper.cpp
43
"common must be the first member of
gatekeeper_device
");
185
static inline TrustyGateKeeperDevice *convert_device(const
gatekeeper_device
*dev) {
186
return reinterpret_cast<TrustyGateKeeperDevice *>(const_cast<
gatekeeper_device
*>(dev));
190
int TrustyGateKeeperDevice::enroll(const struct
gatekeeper_device
*dev, uint32_t uid,
217
int TrustyGateKeeperDevice::verify(const struct
gatekeeper_device
*dev, uint32_t uid,
/device/generic/goldfish/gatekeeper/
module.cpp
32
gatekeeper_device
device;
38
static int enroll(const struct
gatekeeper_device
*dev __unused, uint32_t uid,
58
static int verify(const struct
gatekeeper_device
*dev __unused, uint32_t uid, uint64_t challenge,
/device/google/cuttlefish_common/guest/hals/gatekeeper/
module.cpp
32
gatekeeper_device
device;
38
static int enroll(const struct
gatekeeper_device
*dev __unused, uint32_t uid,
58
static int verify(const struct
gatekeeper_device
*dev __unused, uint32_t uid, uint64_t challenge,
Completed in 89 milliseconds