Home | History | Annotate | Download | only in gatekeeper

Lines Matching refs:GateKeeper

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,
201 bool GateKeeper::DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) {
217 void GateKeeper::MintAuthToken(UniquePtr<uint8_t> *auth_token, uint32_t *length,
259 uint32_t GateKeeper::ComputeRetryTimeout(const failure_record_t *record) {
278 bool GateKeeper::ThrottleRequest(uint32_t uid, uint64_t timestamp,
306 bool GateKeeper::IncrementFailureRecord(uint32_t uid, secure_id_t user_id, uint64_t timestamp,
314 } // namespace gatekeeper