Lines Matching refs:device
76 TrustyKeymaster* device; variable
200 Request req(device->message_version()); in do_dispatch()
206 Response rsp(device->message_version()); in do_dispatch()
207 (device->*operation)(req, &rsp); in do_dispatch()
211 device->set_configure_error(rsp.error); in do_dispatch()
235 Request req(device->message_version()); in do_dispatch()
241 Response rsp = ((device->*operation)(req)); in do_dispatch()
245 device->set_configure_error(rsp.error); in do_dispatch()
268 Response rsp = ((device->*operation)()); in do_dispatch()
272 device->set_configure_error(rsp.error); in do_dispatch()
287 long rc = device->GetAuthTokenKey(&key); in get_auth_token_key()
310 auto ids = device->GetDeviceInfo(); in get_device_info()
361 if (device->ConfigureCalled()) { in provisioning_allowed()
399 } else if (!device->ConfigureCalled()) { in keymaster_dispatch_non_secure()
405 } else if (device->ConfigureCalled()) { in keymaster_dispatch_non_secure()
406 if (device->get_configure_error() != KM_ERROR_OK) { in keymaster_dispatch_non_secure()
768 device->get_configure_error()); in handle_msg()
925 device = new (std::nothrow) in main()