/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/ |
D | check_config.h | 38 #error "mbed TLS requires a platform with 8-bit chars" 43 #error "MBEDTLS_PLATFORM_C is required on Windows" 56 #error "The NET and TIMING modules are not available for mbed OS - please use the network and timin… 61 #error "MBEDTLS_DEPRECATED_WARNING only works with GCC and Clang" 65 #error "MBEDTLS_HAVE_TIME_DATE without MBEDTLS_HAVE_TIME does not make sense" 69 #error "MBEDTLS_AESNI_C defined, but not all prerequisites" 73 #error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites" 77 #error "MBEDTLS_DHM_C defined, but not all prerequisites" 82 #error "MBEDTLS_CMAC_C defined, but not all prerequisites" 86 #error "MBEDTLS_ECDH_C defined, but not all prerequisites" [all …]
|
D | ecdsa.h | 44 #error "MBEDTLS_ECP_MAX_BYTES bigger than expected, please fix MBEDTLS_ECDSA_MAX_LEN"
|
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_error.data | 1 Single low error 5 Single high error 9 Low and high error 13 Non existing high error 16 Non existing low error 19 Non existing low and high error
|
D | test_suite_error.function | 2 #include "mbedtls/error.h"
|
/net-tools-3.4.0/tinydtls-0.8.2/tests/ |
D | dtls-server.c | 192 int error; in resolve_address() local 204 error = getaddrinfo(addrstr, "", &hints, &res); in resolve_address() 206 if (error != 0) { in resolve_address() 207 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(error)); in resolve_address() 208 return error; in resolve_address() 331 goto error; 345 goto error; 379 error:
|
D | dtls-client.c | 246 int error; in resolve_address() local 258 error = getaddrinfo(addrstr, "", &hints, &res); in resolve_address() 260 if (error != 0) { in resolve_address() 261 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(error)); in resolve_address() 262 return error; in resolve_address() 445 goto error;
|
/net-tools-3.4.0/ |
D | throughput-client.c | 256 int error = -ENOENT; in find_address() local 274 error = 0; in find_address() 290 error = 0; in find_address() 294 error = -EINVAL; in find_address() 301 if (error < 0 && ll) { in find_address() 304 error = 0; in find_address() 307 return error; in find_address()
|
D | echo-client.c | 306 int error = -ENOENT; in find_address() local 324 error = 0; in find_address() 340 error = 0; in find_address() 344 error = -EINVAL; in find_address() 351 if (error < 0 && ll) { in find_address() 354 error = 0; in find_address() 357 return error; in find_address()
|
D | echo-server.c | 295 int error = -ENOENT; in find_address() local 313 error = 0; in find_address() 327 error = 0; in find_address() 331 error = -EINVAL; in find_address() 338 return error; in find_address()
|
/net-tools-3.4.0/libcoap/src/ |
D | coap_io_lwip.c | 77 if (result->pcb == NULL) goto error; in coap_new_endpoint() 83 goto error; in coap_new_endpoint() 88 error: in coap_new_endpoint()
|
D | uri.c | 71 goto error; in coap_split_uri() 86 goto error; in coap_split_uri() 100 goto error; in coap_split_uri() 114 goto error; in coap_split_uri() 139 goto error; in coap_split_uri() 177 error: in coap_split_uri()
|
D | coap_io.c | 454 goto error; in coap_network_read() 464 goto error; in coap_network_read() 517 goto error; in coap_network_read() 534 goto error; in coap_network_read() 567 #error "coap_network_read() not implemented on this platform" in coap_network_read() 573 error: in coap_network_read()
|
D | net.c | 103 #error FRAC_BITS must be less or equal 8 888 goto error; in coap_handle_message() 893 goto error; in coap_handle_message() 924 error: in coap_handle_message() 1170 goto error; in coap_wellknown_response() 1206 goto error; in coap_wellknown_response() 1228 goto error; in coap_wellknown_response() 1241 goto error; in coap_wellknown_response() 1257 goto error; in coap_wellknown_response() 1263 error: in coap_wellknown_response()
|
/net-tools-3.4.0/mbedtls-2.4.0/scripts/data_files/ |
D | error.fmt | 29 #include "mbedtls/error.h" 63 // High level error codes 79 // error strings. 94 // Low level error codes
|
/net-tools-3.4.0/libcoap/examples/ |
D | coap-rd.txt.in | 78 Failure (syntax or usage error; configuration error; document 79 processing failure; unexpected error)
|
D | coap-server.txt.in | 78 Failure (syntax or usage error; configuration error; document 79 processing failure; unexpected error)
|
D | client.c | 198 goto error; in clear_obs() 208 goto error; in clear_obs() 219 goto error; in clear_obs() 232 goto error; in clear_obs() 254 error: in clear_obs() 266 int error, len=-1; in resolve_address() local 278 error = getaddrinfo(addrstr, NULL, &hints, &res); in resolve_address() 280 if (error != 0) { in resolve_address() 281 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(error)); in resolve_address() 282 return error; in resolve_address()
|
/net-tools-3.4.0/tinydtls-0.8.2/ |
D | crypto.c | 209 goto error; in dtls_p_hash() 241 error: in dtls_p_hash() 537 goto error; in dtls_encrypt() 544 error: in dtls_encrypt() 563 goto error; in dtls_decrypt() 570 error: in dtls_decrypt()
|
D | dtls_time.c | 74 #error "clock not implemented" in dtls_ticks()
|
D | dtls.c | 108 goto error; \ 281 error: in dtls_get_cookie() 790 goto error; in dtls_check_tls_extension() 801 goto error; in dtls_check_tls_extension() 806 goto error; in dtls_check_tls_extension() 819 goto error; in dtls_check_tls_extension() 825 goto error; in dtls_check_tls_extension() 831 goto error; in dtls_check_tls_extension() 834 goto error; in dtls_check_tls_extension() 841 goto error; in dtls_check_tls_extension() [all …]
|
/net-tools-3.4.0/libcoap/tests/ |
D | test_sendqueue.c | 292 size_t n, error = 0; in t_sendqueue_tests_create() local 300 error = 1; in t_sendqueue_tests_create() 308 if (error) { in t_sendqueue_tests_create() 318 return error; in t_sendqueue_tests_create()
|
/net-tools-3.4.0/mbedtls-2.4.0/tests/scripts/ |
D | check-generated-files.sh | 23 check library/error.c scripts/generate_errors.pl
|
/net-tools-3.4.0/libcoap/examples/contiki/ |
D | server.c | 159 goto error; in init_coap_resources() 185 error: in init_coap_resources()
|
/net-tools-3.4.0/mbedtls-2.4.0/programs/ssl/ |
D | ssl_server2.c | 480 goto error; \ 555 goto error; in sni_parse() 562 goto error; in sni_parse() 567 goto error; in sni_parse() 572 goto error; in sni_parse() 578 goto error; in sni_parse() 583 goto error; in sni_parse() 589 goto error; in sni_parse() 600 error: in sni_parse() 721 goto error; in psk_parse() [all …]
|
/net-tools-3.4.0/python-websocket-server/websocket_server/ |
D | websocket_server.py | 9 from socket import error as SocketError 63 logger.error(str(e), exc_info=True) 357 logger.error("Could not encode data to UTF-8 -- %s" % e)
|