HomeSort by relevance Sort by last modified time
    Searched refs:gatekeeper_device (Results 1 - 3 of 3) 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,

Completed in 611 milliseconds