Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 52) sorted by relevance

123

/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/
Dcheck_config.h38 #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 …]
Decdsa.h44 #error "MBEDTLS_ECP_MAX_BYTES bigger than expected, please fix MBEDTLS_ECDSA_MAX_LEN"
/net-tools-3.5.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_error.data1 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
Dtest_suite_error.function2 #include "mbedtls/error.h"
/net-tools-3.5.0/tinydtls-0.8.2/tests/
Ddtls-server.c192 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:
Ddtls-client.c246 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.5.0/
Dthroughput-client.c256 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()
Decho-client.c306 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()
Decho-server.c295 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.5.0/libcoap/src/
Dcoap_io_lwip.c77 if (result->pcb == NULL) goto error; in coap_new_endpoint()
83 goto error; in coap_new_endpoint()
88 error: in coap_new_endpoint()
Duri.c71 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()
Dcoap_io.c454 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()
Dnet.c103 #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.5.0/mbedtls-2.4.0/scripts/data_files/
Derror.fmt29 #include "mbedtls/error.h"
63 // High level error codes
79 // error strings.
94 // Low level error codes
/net-tools-3.5.0/libcoap/examples/
Dcoap-rd.txt.in78 Failure (syntax or usage error; configuration error; document
79 processing failure; unexpected error)
Dcoap-server.txt.in78 Failure (syntax or usage error; configuration error; document
79 processing failure; unexpected error)
Dclient.c198 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.5.0/tinydtls-0.8.2/
Dcrypto.c209 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()
Ddtls_time.c74 #error "clock not implemented" in dtls_ticks()
Ddtls.c108 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.5.0/libcoap/tests/
Dtest_sendqueue.c292 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.5.0/mbedtls-2.4.0/tests/scripts/
Dcheck-generated-files.sh23 check library/error.c scripts/generate_errors.pl
/net-tools-3.5.0/libcoap/examples/contiki/
Dserver.c159 goto error; in init_coap_resources()
185 error: in init_coap_resources()
/net-tools-3.5.0/mbedtls-2.4.0/programs/ssl/
Dssl_server2.c480 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.5.0/python-websocket-server/websocket_server/
Dwebsocket_server.py9 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)

123