/mbedtls-3.5.0/library/ |
D | net_sockets.c | 73 #define read(fd, buf, len) recv(fd, (char *) (buf), (int) (len), 0) argument 74 #define write(fd, buf, len) send(fd, (char *) (buf), (int) (len), 0) argument 75 #define close(fd) closesocket(fd) argument 141 static int check_fd(int fd, int for_select) in check_fd() argument 143 if (fd < 0) { in check_fd() 155 if (for_select && fd >= FD_SETSIZE) { in check_fd() 168 ctx->fd = -1; in mbedtls_net_init() 197 ctx->fd = (int) socket(cur->ai_family, cur->ai_socktype, in mbedtls_net_connect() 199 if (ctx->fd < 0) { in mbedtls_net_connect() 204 if (connect(ctx->fd, cur->ai_addr, MSVC_INT_CAST cur->ai_addrlen) == 0) { in mbedtls_net_connect() [all …]
|
/mbedtls-3.5.0/programs/test/ |
D | udp_proxy.c | 867 nb_fds = client_fd.fd; in main() 868 if (nb_fds < server_fd.fd) { in main() 869 nb_fds = server_fd.fd; in main() 871 if (nb_fds < listen_fd.fd) { in main() 872 nb_fds = listen_fd.fd; in main() 925 FD_SET(server_fd.fd, &read_fds); in main() 926 FD_SET(client_fd.fd, &read_fds); in main() 927 FD_SET(listen_fd.fd, &read_fds); in main() 934 if (FD_ISSET(listen_fd.fd, &read_fds)) { in main() 938 if (FD_ISSET(client_fd.fd, &read_fds)) { in main() [all …]
|
/mbedtls-3.5.0/scripts/ |
D | ecp_comb_table.py | 172 fd, srcname = tempfile.mkstemp(prefix="mbedtls", suffix=".c") 173 srcfile = os.fdopen(fd, mode="w")
|
D | assemble_changelog.py | 410 with open(generated_output_file, 'r', encoding='utf-8') as fd: 411 generated_output = set(fd)
|
D | abi_check.py | 309 with open(full_path) as fd: 310 for line_number, line in enumerate(fd, 1):
|
/mbedtls-3.5.0/programs/ssl/ |
D | mini_client.c | 234 if ((server_fd.fd = socket(AF_INET, SOCK_STREAM, 0)) < 0) { in main() 239 if (connect(server_fd.fd, in main()
|
D | ssl_test_lib.c | 376 int idle(mbedtls_net_context *fd, in idle() argument 379 int idle(mbedtls_net_context *fd, in idle() 409 ret = mbedtls_net_poll(fd, poll_type, 0); in idle()
|
D | ssl_test_lib.h | 271 int idle(mbedtls_net_context *fd,
|
/mbedtls-3.5.0/tests/suites/ |
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)\:…
|
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,
|
D | test_suite_bignum_core.generated.data | 3567 mpi_core_mla:"0":"ffffffff":"fe":"ffffff02":"fd":"fdffffff02":"0" 3678 mpi_core_mla:"0":"ffffffffffffffff":"fe":"ffffffffffffff02":"fd":"ffffffffffffff02":"fd" 3789 …efefefefefefe":"fe":"ffffffffffffffff0101010101010004":"fd":"ffffffffffffffff0101010101010004":"fd" 3900 …ffffffffffffffffffffffffffffffffff02":"fd":"ffffffffffffffffffffffffffffffffffffffffffffffffffffff… 4122 mpi_core_mla:"1":"ffffffff":"fe":"ffffff03":"fd":"fdffffff03":"0" 4233 mpi_core_mla:"1":"ffffffffffffffff":"fe":"ffffffffffffff03":"fd":"ffffffffffffff03":"fd" 4344 …efefefefefefe":"fe":"ffffffffffffffff0101010101010005":"fd":"ffffffffffffffff0101010101010005":"fd" 4455 …ffffffffffffffffffffffffffffffffff03":"fd":"ffffffffffffffffffffffffffffffffffffffffffffffffffffff… 4606 mpi_core_mla:"fffe":"1":"ff":"100fd":"0":"100fd":"0" 4899 …efefefefefefe":"fe":"ffffffffffffffff0101010101020002":"fd":"ffffffffffffffff0101010101020002":"fd" [all …]
|
D | test_suite_bignum_mod.misc.data | 151 mpi_mod_io_neg:"fe":"fd":0
|
D | test_suite_bignum_core.misc.data | 399 mpi_core_get_mont_r2_unsafe:"fd":"ec":"24"
|
/mbedtls-3.5.0/tests/data_files/ |
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:
|
D | dh.998.pem | 8 fd:84:05:b0:df:36:15:29:4e:3e:23:3b:c3:ae:6b:
|
D | dh.1000.pem | 22 23:6e:42:8c:1e:70:3d:21:bb:b9:b9:8f:f9:fd:9c:
|
D | server9-with-ca.crt | 64 b8:fd:54:d8:00:54:90:8b:25:b0:27:dd:95:cd:a2:f7:84:07:
|
D | server10_int3_int-ca2_ca.crt | 85 b8:fd:54:d8:00:54:90:8b:25:b0:27:dd:95:cd:a2:f7:84:07:
|
/mbedtls-3.5.0/include/mbedtls/ |
D | net_sockets.h | 102 int fd; member
|
/mbedtls-3.5.0/tests/data_files/dir1/ |
D | test-ca.crt | 45 b8:fd:54:d8:00:54:90:8b:25:b0:27:dd:95:cd:a2:f7:84:07:
|
/mbedtls-3.5.0/tests/data_files/dir2/ |
D | test-ca.crt | 45 b8:fd:54:d8:00:54:90:8b:25:b0:27:dd:95:cd:a2:f7:84:07:
|
/mbedtls-3.5.0/tests/data_files/dir3/ |
D | test-ca.crt | 45 b8:fd:54:d8:00:54:90:8b:25:b0:27:dd:95:cd:a2:f7:84:07:
|
/mbedtls-3.5.0/ |
D | ChangeLog | 704 X.509 parsing, and finally the field fd of mbedtls_net_context on
|