Home | History | Annotate | Download | only in gatekeeper

Lines Matching defs:gatekeeper

16 #include <gatekeeper/UniquePtr.h>
17 #include <gatekeeper/gatekeeper.h>
23 namespace gatekeeper {
25 void GateKeeper::Enroll(const EnrollRequest &request, EnrollResponse *response) {
104 void GateKeeper::Verify(const VerifyRequest &request, VerifyResponse *response) {
169 bool GateKeeper::CreatePasswordHandle(SizedBuffer *password_handle_buffer, salt_t salt,
207 bool GateKeeper::DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) {
223 void GateKeeper::MintAuthToken(UniquePtr<uint8_t> *auth_token, uint32_t *length,
265 uint32_t GateKeeper::ComputeRetryTimeout(const failure_record_t *record) {
284 bool GateKeeper::ThrottleRequest(uint32_t uid, uint64_t timestamp,
312 bool GateKeeper::IncrementFailureRecord(uint32_t uid, secure_id_t user_id, uint64_t timestamp,
320 } // namespace gatekeeper