Searched refs:GateKeeper (Results 1 – 9 of 9) sorted by relevance
/system/gatekeeper/ |
D | gatekeeper.cpp | 26 void GateKeeper::Enroll(const EnrollRequest &request, EnrollResponse *response) { in Enroll() 103 void GateKeeper::Verify(const VerifyRequest &request, VerifyResponse *response) { in Verify() 166 void GateKeeper::DeleteUser(const DeleteUserRequest &request, DeleteUserResponse *response) { in DeleteUser() 173 void GateKeeper::DeleteAllUsers(const DeleteAllUsersRequest &/*request*/, in DeleteAllUsers() 180 bool GateKeeper::CreatePasswordHandle(SizedBuffer *password_handle_buffer, salt_t salt, in CreatePasswordHandle() 226 bool GateKeeper::DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) { in DoVerify() 240 gatekeeper_error_t GateKeeper::MintAuthToken(SizedBuffer *auth_token, in MintAuthToken() 294 uint32_t GateKeeper::ComputeRetryTimeout(const failure_record_t *record) { in ComputeRetryTimeout() 313 bool GateKeeper::ThrottleRequest(uint32_t uid, uint64_t timestamp, in ThrottleRequest() 341 bool GateKeeper::IncrementFailureRecord(uint32_t uid, secure_id_t user_id, uint64_t timestamp, in IncrementFailureRecord()
|
/system/gatekeeper/include/gatekeeper/ |
D | gatekeeper.h | 40 class GateKeeper { 42 GateKeeper() {} in GateKeeper() function 43 virtual ~GateKeeper() {} in ~GateKeeper()
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | shell.te | 84 # don't allow shell to access GateKeeper service
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | shell.te | 83 # don't allow shell to access GateKeeper service
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | shell.te | 100 # don't allow shell to access GateKeeper service
|
/system/sepolicy/public/ |
D | shell.te | 76 # don't allow shell to access GateKeeper service
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | shell.te | 76 # don't allow shell to access GateKeeper service
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | shell.te | 109 # don't allow shell to access GateKeeper service
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | shell.te | 117 # don't allow shell to access GateKeeper service
|