Searched refs:gatekeeper (Results 1 - 20 of 20) sorted by relevance

/system/core/gatekeeperd/tests/
H A Dgatekeeper_test.cpp26 using ::gatekeeper::SizedBuffer;
28 using ::gatekeeper::EnrollRequest;
29 using ::gatekeeper::EnrollResponse;
30 using ::gatekeeper::VerifyRequest;
31 using ::gatekeeper::VerifyResponse;
32 using ::gatekeeper::SoftGateKeeper;
33 using ::gatekeeper::secure_id_t;
35 static void do_enroll(SoftGateKeeper &gatekeeper, EnrollResponse *response) { argument
43 gatekeeper.Enroll(request, response);
47 SoftGateKeeper gatekeeper; local
54 SoftGateKeeper gatekeeper; local
66 SoftGateKeeper gatekeeper; local
95 SoftGateKeeper gatekeeper; local
150 SoftGateKeeper gatekeeper; local
195 SoftGateKeeper gatekeeper; local
[all...]
/system/core/trusty/gatekeeper/
H A Dmodule.cpp25 using gatekeeper::TrustyGateKeeperDevice;
34 TrustyGateKeeperDevice *gatekeeper = new TrustyGateKeeperDevice(module); local
35 if (gatekeeper == NULL) return -ENOMEM;
36 *device = gatekeeper->hw_device();
H A DAndroid.mk27 LOCAL_MODULE := gatekeeper.trusty
46 # Symlink gatekeeper.trusty.so -> gatekeeper.<device>.so so libhardware can find it.
48 $(hide) ln -sf $(notdir $(LOCAL_INSTALLED_MODULE)) $(dir $(LOCAL_INSTALLED_MODULE))gatekeeper.$(TARGET_DEVICE).so
H A Dtrusty_gatekeeper.h20 #include <hardware/gatekeeper.h>
21 #include <gatekeeper/gatekeeper_messages.h>
25 namespace gatekeeper { namespace
H A Dtrusty_gatekeeper.cpp29 namespace gatekeeper { namespace
173 ALOGE("error (%d) calling gatekeeper TA", rc);
/system/gatekeeper/
H A Drules.mk7 $(LOCAL_DIR)/gatekeeper.cpp
H A DAndroid.mk25 gatekeeper.cpp
41 # all of the files in gatekeeper as includes.
H A Dgatekeeper.cpp17 #include <gatekeeper/gatekeeper.h>
23 namespace gatekeeper { namespace
314 } // namespace gatekeeper
H A Dgatekeeper_messages.cpp18 #include <gatekeeper/gatekeeper_messages.h>
24 namespace gatekeeper { namespace
/system/gatekeeper/include/gatekeeper/
H A Dpassword_handle.h24 namespace gatekeeper { namespace
H A Dgatekeeper_utils.h22 namespace gatekeeper { namespace
H A Dgatekeeper.h27 namespace gatekeeper { namespace
36 * Base class for gatekeeper implementations. Provides all functionality except
H A Dgatekeeper_messages.h25 * Message serialization objects for communicating with the hardware gatekeeper.
27 namespace gatekeeper { namespace
/system/gatekeeper/tests/
H A DAndroid.mk20 LOCAL_MODULE := gatekeeper-unit-tests
H A Dgatekeeper_messages_test.cpp22 #include <gatekeeper/gatekeeper_messages.h>
24 using ::gatekeeper::SizedBuffer;
26 using ::gatekeeper::EnrollRequest;
27 using ::gatekeeper::EnrollResponse;
28 using ::gatekeeper::VerifyRequest;
29 using ::gatekeeper::VerifyResponse;
62 ASSERT_EQ(gatekeeper::gatekeeper_error_t::ERROR_NONE,
91 ASSERT_EQ(gatekeeper::gatekeeper_error_t::ERROR_NONE,
122 ASSERT_EQ(gatekeeper::gatekeeper_error_t::ERROR_NONE,
154 ASSERT_EQ(gatekeeper
[all...]
H A Dgatekeeper_device_test.cpp18 #include <hardware/gatekeeper.h>
19 #include <gatekeeper/gatekeeper.h> // For password_handle_t
23 using ::gatekeeper::password_handle_t;
24 using ::gatekeeper::secure_id_t;
/system/core/gatekeeperd/
H A Dgatekeeperd.cpp38 #include <gatekeeper/password_handle.h> // for password_handle_t
39 #include <hardware/gatekeeper.h>
148 const gatekeeper::password_handle_t *handle =
149 reinterpret_cast<const gatekeeper::password_handle_t *>(current_password_handle);
180 gatekeeper::password_handle_t *handle =
181 reinterpret_cast<gatekeeper::password_handle_t *>(*enrolled_password_handle);
221 const gatekeeper::password_handle_t *handle =
222 reinterpret_cast<const gatekeeper::password_handle_t *>(enrolled_password_handle);
266 maybe_store_sid(uid, reinterpret_cast<const gatekeeper::password_handle_t *>(
346 android::String16("android.service.gatekeeper
[all...]
H A DSoftGateKeeperDevice.h24 using namespace gatekeeper;
37 // Wrappers to translate the gatekeeper HAL API to the Kegyuard Messages API.
74 } // namespace gatekeeper
H A DSoftGateKeeper.h30 #include <gatekeeper/gatekeeper.h>
35 namespace gatekeeper { namespace
/system/sepolicy/
H A Dfile_contexts284 /data/misc/gatekeeper(/.*)? u:object_r:gatekeeper_data_file:s0

Completed in 152 milliseconds