Searched refs:fd (Results 1 – 21 of 21) sorted by relevance
| /mbedtls/library/ |
| A D | net_sockets.c | 58 #define close(fd) closesocket(fd) argument 127 if (fd < 0) { in check_fd() 152 ctx->fd = -1; in mbedtls_net_init() 345 ret = client_ctx->fd = (int) accept(bind_ctx->fd, in mbedtls_net_accept() 381 client_ctx->fd = bind_ctx->fd; in mbedtls_net_accept() 461 int fd = ctx->fd; in mbedtls_net_poll() local 543 int fd = ((mbedtls_net_context *) ctx)->fd; in mbedtls_net_recv() local 587 int fd = ((mbedtls_net_context *) ctx)->fd; in mbedtls_net_recv_timeout() local 632 int fd = ((mbedtls_net_context *) ctx)->fd; in mbedtls_net_send() local 678 ctx->fd = -1; in mbedtls_net_close() [all …]
|
| /mbedtls/programs/test/ |
| A D | udp_proxy.c | 854 nb_fds = client_fd.fd; in main() 855 if (nb_fds < server_fd.fd) { in main() 856 nb_fds = server_fd.fd; in main() 858 if (nb_fds < listen_fd.fd) { in main() 859 nb_fds = listen_fd.fd; in main() 912 FD_SET(server_fd.fd, &read_fds); in main() 913 FD_SET(client_fd.fd, &read_fds); in main() 914 FD_SET(listen_fd.fd, &read_fds); in main() 921 if (FD_ISSET(listen_fd.fd, &read_fds)) { in main() 925 if (FD_ISSET(client_fd.fd, &read_fds)) { in main() [all …]
|
| /mbedtls/scripts/ |
| A D | ecp_comb_table.py | 160 fd, srcname = tempfile.mkstemp(prefix="mbedtls", suffix=".c") 161 srcfile = os.fdopen(fd, mode="w")
|
| A D | assemble_changelog.py | 406 with open(generated_output_file, 'r', encoding='utf-8') as fd: 407 generated_output = set(fd)
|
| A D | abi_check.py | 297 with open(full_path) as fd: 298 for line_number, line in enumerate(fd, 1):
|
| /mbedtls/programs/ssl/ |
| A D | mini_client.c | 230 if ((server_fd.fd = socket(AF_INET, SOCK_STREAM, 0)) < 0) { in main() 235 if (connect(server_fd.fd, in main()
|
| A D | ssl_test_lib.c | 396 int idle(mbedtls_net_context *fd, in idle() argument 399 int idle(mbedtls_net_context *fd, in idle() 429 ret = mbedtls_net_poll(fd, poll_type, 0); in idle()
|
| A D | ssl_test_lib.h | 289 int idle(mbedtls_net_context *fd,
|
| /mbedtls/tests/suites/ |
| A D | test_suite_debug.data | 63 …fd 36 ee 82 65 2e\nMyFile(0999)\: 15 61 5e 89 bf b8 e8 45 90 db ee 88 16 52 d3 f1\nMyFile(0999)\:…
|
| A D | test_suite_net.function | 41 ctx->fd = wanted_fd; 119 * If mbedtls_net_poll() does not proprely check that ctx.fd is in range,
|
| A D | test_suite_bignum_core.generated.data | 11574 mpi_core_mla:"0":"ffffffffffffffff":"fe":"ffffffffffffff02":"fd":"ffffffffffffff02":"fd" 11685 …efefefefefefe":"fe":"ffffffffffffffff0101010101010004":"fd":"ffffffffffffffff0101010101010004":"fd" 12129 mpi_core_mla:"1":"ffffffffffffffff":"fe":"ffffffffffffff03":"fd":"ffffffffffffff03":"fd" 12240 …efefefefefefe":"fe":"ffffffffffffffff0101010101010005":"fd":"ffffffffffffffff0101010101010005":"fd" 12502 mpi_core_mla:"fffe":"1":"ff":"100fd":"0":"100fd":"0" 12795 …efefefefefefe":"fe":"ffffffffffffffff0101010101020002":"fd":"ffffffffffffffff0101010101020002":"fd" 13054 mpi_core_mla:"ffffffff":"1":"fe":"fd":"1":"1000000fd":"0" 14719 mpi_core_mla:"ffffffffffffffff":"1":"fe":"fd":"1":"fd":"1" 18049 …e_mla:"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff":"1":"fe":"fd":"1":"fd":"1" 24378 mpi_core_sub:"000000fe":"00000001":"000000fd":0 [all …]
|
| A D | test_suite_bignum_mod.misc.data | 130 mpi_mod_io_neg:"fe":"fd":0
|
| A D | test_suite_bignum_core.misc.data | 399 mpi_core_get_mont_r2_unsafe:"fd":"ec":"24"
|
| /mbedtls/tests/data_files/ |
| A D | dh.optlen.pem | 9 43:57:e1:c4:ea:07:a7:ce:1e:38:1a:2f:ca:fd:ff: 13 31:84:13:44:3c:d2:44:21:5c:d7:fd:4c:be:79:6e:
|
| A D | dh.998.pem | 8 fd:84:05:b0:df:36:15:29:4e:3e:23:3b:c3:ae:6b:
|
| A D | dh.1000.pem | 22 23:6e:42:8c:1e:70:3d:21:bb:b9:b9:8f:f9:fd:9c:
|
| /mbedtls/include/mbedtls/ |
| A D | net_sockets.h | 90 int fd; member
|
| /mbedtls/tests/data_files/dir1/ |
| A D | test-ca.crt | 45 b8:fd:54:d8:00:54:90:8b:25:b0:27:dd:95:cd:a2:f7:84:07:
|
| /mbedtls/tests/data_files/dir2/ |
| A D | test-ca.crt | 45 b8:fd:54:d8:00:54:90:8b:25:b0:27:dd:95:cd:a2:f7:84:07:
|
| /mbedtls/tests/data_files/dir3/ |
| A D | test-ca.crt | 45 b8:fd:54:d8:00:54:90:8b:25:b0:27:dd:95:cd:a2:f7:84:07:
|
| /mbedtls/ |
| A D | ChangeLog | 1285 X.509 parsing, and finally the field fd of mbedtls_net_context on
|
Completed in 122 milliseconds