Searched refs:socket_port (Results 1 – 13 of 13) sorted by relevance
/external/tpm2-tss/test/integration/ |
D | sapi-test-options.c | 91 if (opts->socket_address == NULL || opts->socket_port == 0) { in sanity_check_test_opts() 128 test_opts->socket_port = strtol(env_str, &end_ptr, 10); in get_test_opts_from_env() 142 printf(" socket_port: %d\n", opts->socket_port); in dump_test_opts()
|
D | test-options.h | 41 uint16_t socket_port; member
|
D | main-sapi.c | 37 .socket_port = PORT_DEFAULT, in main()
|
D | sapi-context-util.c | 203 return tcti_socket_init(options->socket_address, options->socket_port); in tcti_init_from_opts()
|
D | main-esapi.c | 201 .socket_port = PORT_DEFAULT, in main()
|
/external/pigweed/pw_hdlc/py/pw_hdlc/ |
D | rpc_console.py | 107 socket_port = 0 111 socket_port = SOCKET_PORT 114 socket_port = int(socket_port_str) 115 self.socket.connect((socket_server, socket_port))
|
/external/tpm2-tss/test/helper/ |
D | tpm_startup.c | 25 .socket_port = PORT_DEFAULT, in main()
|
D | tpm_transientempty.c | 28 .socket_port = PORT_DEFAULT, in main()
|
D | tpm_dumpstate.c | 46 .socket_port = PORT_DEFAULT, in main()
|
D | tpm_writeekcert.c | 80 .socket_port = PORT_DEFAULT, in main()
|
D | tpm_getek.c | 81 .socket_port = PORT_DEFAULT, in main()
|
D | tpm_getek_ecc.c | 99 .socket_port = PORT_DEFAULT, in main()
|
/external/tpm2-tss/test/fuzz/ |
D | main-sapi.cpp | 42 .socket_port = PORT_DEFAULT, in LLVMFuzzerTestOneInput()
|