Searched refs:Gatekeeper (Results 1 – 6 of 6) sorted by relevance
30 Gatekeeper::Gatekeeper() in Gatekeeper() function in android::hardware::gatekeeper::V1_0::implementation::Gatekeeper43 Gatekeeper::~Gatekeeper() in ~Gatekeeper()55 Return<void> Gatekeeper::enroll(uint32_t uid, in enroll()85 Return<void> Gatekeeper::verify(uint32_t uid, in verify()118 Return<void> Gatekeeper::deleteUser(uint32_t uid, deleteUser_cb cb) { in deleteUser()138 Return<void> Gatekeeper::deleteAllUsers(deleteAllUsers_cb cb) { in deleteAllUsers()158 return new Gatekeeper(); in HIDL_FETCH_IGatekeeper()
41 class Gatekeeper : public IGatekeeper {43 Gatekeeper();44 ~Gatekeeper();
16 srcs: ["Gatekeeper.cpp"],
19 * Gatekeeper response codes; success >= 0; error < 031 * Gatekeeper response to any/all requests has this structure as mandatory part
99 offline attacks on Gatekeeper storage. Note that Weaver does not directly interact with KeyMint;100 the synthetic password is fed into Gatekeeper in place of the plain user password, and then101 Gatekeeper interacts with KeyMint as normal.
1202 * created in the Gatekeeper application in the secure environment.1228 * MACs are computed with a backward-compatible method, used by Keymaster 3.0, Gatekeeper 1.0