Searched refs:client (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/tpm2/ |
D | tpm2_tests.py | 15 self.client = tpm2.Client() 16 self.root_key = self.client.create_root_key() 19 self.client.flush_context(self.root_key) 20 self.client.close() 26 blob = self.client.seal(self.root_key, data, auth, None) 27 result = self.client.unseal(self.root_key, blob, auth, None) 31 handle = self.client.start_auth_session(tpm2.TPM2_SE_TRIAL) 38 self.client.policy_pcr(handle, pcrs) 39 self.client.policy_password(handle) 41 policy_dig = self.client.get_policy_digest(handle) [all …]
|
/tools/testing/vsock/ |
D | README | 20 # host=server, guest=client 24 (guest)# $TEST_BINARY --mode=client \ 29 # host=client, guest=server 33 (host)# $TEST_BINARY --mode=client \
|
/tools/testing/selftests/bpf/ |
D | test_tcp_check_syncookie_user.c | 121 int client = -1, srv_client = -1; in run_test() local 145 client = connect_to_server(server_fd); in run_test() 146 if (client == -1) in run_test() 197 close(client); in run_test()
|
/tools/usb/usbip/ |
D | README | 8 USB/IP protocol allows to pass USB device from server to client over the 16 A client side kernel module which provides a virtual USB Host Controller 104 To attach new device to client machine below commands should be used: 106 client:# insmod usbip-core.ko 107 client:# insmod vhci-hcd.ko 109 client:# usbip list --remote <host> 112 client:# usbip attach --remote <host> --busid 1-2 117 client:# usbip port 120 client:# usbip detach --port <port> 226 Show the devices attached to this client:
|
/tools/testing/selftests/android/ion/ |
D | README | 23 This utility is designed in the form of client/server program. 25 It is responsible for creating an ION client, allocating the buffer based on 28 This FD is called as buffer FD (which is different than the ION client FD). 30 The client part (ionapp_import) is the importer of the buffer.
|
/tools/testing/selftests/net/ |
D | nettest.c | 920 static int msg_loop(int client, int sd, void *addr, socklen_t alen, in msg_loop() argument 935 if (client) { in msg_loop() 996 if (client) { in msg_loop()
|
/tools/perf/Documentation/ |
D | perf-config.txt | 497 (with emacs client) and 'konqueror'. Default is 'man'.
|