Home
last modified time | relevance | path

Searched refs:allowed_clients (Results 1 – 4 of 4) sorted by relevance

/trusty/user/base/lib/hwaes/srv/include/lib/hwaes_server/
Dhwaes_server.h101 const uuid_t** allowed_clients,
/trusty/user/app/sample/hwaes/
Dmain.c288 static const uuid_t* allowed_clients[] = { variable
306 rc = add_hwaes_service(hset, allowed_clients, countof(allowed_clients)); in main()
/trusty/user/app/sample/hwcrypto/
Dhwkey_srv_fake_provider.c819 static const uuid_t* allowed_clients[] = { variable
858 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()
/trusty/user/base/lib/hwaes/srv/
Dhwaes_server.c531 const uuid_t** allowed_clients, in add_hwaes_service() argument
537 acl.uuids = allowed_clients; in add_hwaes_service()