Searched refs:allowed_clients (Results 1 – 4 of 4) sorted by relevance
101 const uuid_t** allowed_clients,
288 static const uuid_t* allowed_clients[] = { variable306 rc = add_hwaes_service(hset, allowed_clients, countof(allowed_clients)); in main()
819 static const uuid_t* allowed_clients[] = { variable858 for (unsigned int i = 0; i < countof(allowed_clients); i++) { in hwkey_client_allowed()859 if (memcmp(allowed_clients[i], uuid, sizeof(uuid_t)) == 0) { in hwkey_client_allowed()
531 const uuid_t** allowed_clients, in add_hwaes_service() argument537 acl.uuids = allowed_clients; in add_hwaes_service()