Home
last modified time | relevance | path

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

12345678910

/lib/mbedtls/external/mbedtls/include/mbedtls/
A Dcheck_config.h21 #error "Mbed TLS requires a platform with 8-bit chars"
28 #error "MBEDTLS_PLATFORM_C is required on Windows"
94 #error "MBEDTLS_DHM_C defined, but not all prerequisites"
99 #error "MBEDTLS_CMAC_C defined, but not all prerequisites"
138 #error "MBEDTLS_ECDH_C defined, but not all prerequisites"
216 #error "MBEDTLS_CTR_DRBG_ENTROPY_LEN value too high"
221 #error "MBEDTLS_CTR_DRBG_ENTROPY_LEN value too high"
241 #error "MBEDTLS_CCM_C defined, but not all prerequisites"
396 #error "MBEDTLS_MD_C defined, but no hash algorithm"
406 #error "MBEDTLS_LMS_PRIVATE requires MBEDTLS_LMS_C"
[all …]
/lib/lwip/lwip/src/core/
A Dinit.c86 #error "BYTE_ORDER is not defined, you have to define it in your cc.h"
123 #error "IGMP needs LWIP_IPV4 enabled in your lwipopts.h"
141 #error "The maximum valid window scale value is 14!"
144 #error "TCP_WND is bigger than the configured LWIP_WND_SCALE allows!"
167 #error "To use LWIP_TCP_SACK_OUT, TCP_QUEUE_OOSEQ needs to be enabled"
170 #error "LWIP_TCP_MAX_SACK_NUM must be greater than 0"
218 #error "PPP_IPV4_SUPPORT needs LWIP_IPV4 turned on"
221 #error "PPP_IPV6_SUPPORT needs LWIP_IPV6 turned on"
224 #error "CCP_SUPPORT needs MPPE_SUPPORT turned on"
237 #error "NETCONN_COPY != TCP_WRITE_FLAG_COPY"
[all …]
/lib/mbedtls/external/mbedtls/library/
A Dcheck_crypto_config.h22 #error "PSA_WANT_ALG_CCM defined, but not all prerequisites"
29 #error "PSA_WANT_ALG_CMAC defined, but not all prerequisites"
35 #error "PSA_WANT_ALG_DETERMINISTIC_ECDSA defined, but not all prerequisites"
41 #error "PSA_WANT_ALG_ECDSA defined, but not all prerequisites"
47 #error "PSA_WANT_ALG_GCM defined, but not all prerequisites"
53 #error "PSA_WANT_ALG_RSA_PKCS1V15_CRYPT defined, but not all prerequisites"
59 #error "PSA_WANT_ALG_RSA_PKCS1V15_SIGN defined, but not all prerequisites"
65 #error "PSA_WANT_ALG_RSA_OAEP defined, but not all prerequisites"
71 #error "PSA_WANT_ALG_RSA_PSS defined, but not all prerequisites"
96 #error "PSA_WANT_KEY_TYPE_DH_KEY_PAIR_xxx defined, but not all prerequisites"
[all …]
A Dpsa_crypto_pake.c187 goto error; in mbedtls_psa_pake_setup()
193 goto error; in mbedtls_psa_pake_setup()
199 goto error; in mbedtls_psa_pake_setup()
205 goto error; in mbedtls_psa_pake_setup()
211 goto error; in mbedtls_psa_pake_setup()
217 goto error; in mbedtls_psa_pake_setup()
230 goto error; in mbedtls_psa_pake_setup()
237 goto error; in mbedtls_psa_pake_setup()
249 goto error; in mbedtls_psa_pake_setup()
257 goto error; in mbedtls_psa_pake_setup()
[all …]
A Doid.c1083 goto error; in mbedtls_oid_from_numeric_string()
1088 goto error; in mbedtls_oid_from_numeric_string()
1092 goto error; in mbedtls_oid_from_numeric_string()
1098 goto error; in mbedtls_oid_from_numeric_string()
1103 goto error; in mbedtls_oid_from_numeric_string()
1110 goto error; in mbedtls_oid_from_numeric_string()
1116 goto error; in mbedtls_oid_from_numeric_string()
1121 goto error; in mbedtls_oid_from_numeric_string()
1127 goto error; in mbedtls_oid_from_numeric_string()
1148 goto error; in mbedtls_oid_from_numeric_string()
[all …]
A Daesce.c53 # error "Minimum version of Clang for MBEDTLS_AESCE_C on 32-bit Arm or Thumb is 11.0."
55 # error "Minimum version of Clang for MBEDTLS_AESCE_C on aarch64 is 4.0."
59 # error "Minimum version of GCC for MBEDTLS_AESCE_C is 6.0."
66 # error "Minimum version of MSVC for MBEDTLS_AESCE_C is 2019 version 16.11.2."
73 # error "Minimum version of armclang for MBEDTLS_AESCE_C on 32-bit Arm is 6.20."
75 # error "Minimum version of armclang for MBEDTLS_AESCE_C on aarch64 is 6.6."
83 # error "Must use minimum -march=armv8-a+crypto for MBEDTLS_AESCE_C"
96 # error "Required feature(__ARM_FEATURE_AES) is not enabled."
A DMakefile6 error.c version_features.c \
18 This is a fatal error
20 $(error $(error_message))
137 error.o \
351 error.c: $(gen_file_dep) ../scripts/generate_errors.pl
352 error.c: $(gen_file_dep) ../scripts/data_files/error.fmt
353 error.c: $(gen_file_dep) $(filter-out %config%,$(wildcard ../include/mbedtls/*.h))
354 error.c:
/lib/efi_loader/
A Ddtbdump.c118 static void error(u16 *string) in error() function
400 error(u"File not found\r\n"); in do_load()
412 error(u"Out of memory\r\n"); in do_load()
430 error(u"Out of memory\r\n"); in do_load()
436 error(u"Can't read file\r\n"); in do_load()
453 error(u"Out of memory\r\n"); in do_load()
464 error(u"Can't read file\r\n"); in do_load()
512 error(u"DTB not found\r\n"); in do_save()
542 error(u"Aborted by user\r\n"); in do_save()
696 error(u"DTB not found\r\n"); in do_dump()
[all …]
A Dsmbiosdump.c69 static void error(u16 *string) in error() function
319 error(u"Invalid anchor string\n"); in do_check()
324 error(u"Invalid anchor length\n"); in do_check()
339 error(u"No SMBIOS table\n"); in do_check()
344 error(u"Invalid anchor string\n"); in do_check()
349 error(u"Invalid anchor length\n"); in do_check()
429 error(u"Aborted by user\r\n"); in save_file()
446 error(u"Failed to open file\r\n"); in save_file()
475 error(u"Out of memory\n"); in do_save()
495 error(u"No SMBIOS table\n"); in do_save()
[all …]
A Dinitrddump.c89 static void error(u16 *string) in error() function
268 error(u"exit - exit the shell\r\n"); in do_help()
290 error(u"Load File2 protocol not found\r\n"); in get_initrd()
305 error(u"Out of memory\r\n"); in get_initrd()
341 error(u"Calculating CRC32 failed\r\n"); in do_load()
376 error(u"Loaded image protocol not found\r\n"); in do_save()
393 error(u"Failed to open volume\r\n"); in do_save()
406 error(u"Aborted by user\r\n"); in do_save()
419 error(u"Failed to write file\r\n"); in do_save()
426 error(u"Failed to open file\r\n"); in do_save()
[all …]
A Defi_var_file.c72 goto error; in efi_var_to_file()
88 error: in efi_var_to_file()
172 goto error; in efi_var_from_file()
177 goto error; in efi_var_from_file()
181 error: in efi_var_from_file()
A Ddbginfodump.c61 static void error(u16 *string) in error() function
203 error(u"dump - print debug info table\r\n"); in do_help()
204 error(u"exit - exit the shell\r\n"); in do_help()
243 error(u"ConvertDevicePathToText failed"); in print_info()
262 error(u"Debug info table not found\r\n"); in do_dump()
266 error(u"Update in progress\r\n"); in do_dump()
331 error(u"No device path to text protocol\r\n"); in efi_main()
A Defi_file.c202 goto error; in file_open()
222 goto error; in file_open()
226 goto error; in file_open()
231 goto error; in file_open()
236 goto error; in file_open()
238 goto error; in file_open()
250 error: in file_open()
798 goto error; in efi_file_setpos_int()
815 error: in efi_file_setpos_int()
855 goto error; in efi_file_getinfo()
[all …]
/lib/
A Dasn1_decoder.c133 goto error; in asn1_find_indefinite_length()
136 goto error; in asn1_find_indefinite_length()
139 goto error; in asn1_find_indefinite_length()
142 goto error; in asn1_find_indefinite_length()
145 error: in asn1_find_indefinite_length()
486 goto error; in asn1_ber_decoder()
489 goto error; in asn1_ber_decoder()
492 goto error; in asn1_ber_decoder()
495 goto error; in asn1_ber_decoder()
498 goto error; in asn1_ber_decoder()
[all …]
/lib/lwip/lwip/src/apps/snmp/
A Dsnmpv3_mbedtls.c140 goto error; in snmpv3_crypt()
148 goto error; in snmpv3_crypt()
163 goto error; in snmpv3_crypt()
167 goto error; in snmpv3_crypt()
173 goto error; in snmpv3_crypt()
177 goto error; in snmpv3_crypt()
187 goto error; in snmpv3_crypt()
204 goto error; in snmpv3_crypt()
213 goto error; in snmpv3_crypt()
216 goto error; in snmpv3_crypt()
[all …]
/lib/mbedtls/external/mbedtls/tests/suites/
A 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
/lib/mbedtls/external/mbedtls/scripts/data_files/
A Derror.fmt10 #include "mbedtls/error.h"
31 /* Extract the high-level part from the error code. */
54 /* Extract the low-level part from the error code. */
89 // Translate high level error code.
99 // Early return in case of a fatal error - do not try to translate low
114 // error strings.
129 // Translate low level error code.
/lib/crypto/
A Dpkcs7_verify.c108 goto error; in pkcs7_digest()
115 goto error; in pkcs7_digest()
123 goto error; in pkcs7_digest()
143 error: in pkcs7_digest()
190 goto error; in pkcs7_digest()
203 goto error; in pkcs7_digest()
210 goto error; in pkcs7_digest()
218 goto error; in pkcs7_digest()
230 goto error; in pkcs7_digest()
234 goto error; in pkcs7_digest()
[all …]
/lib/mbedtls/external/mbedtls/tests/scripts/
A Danalyze_outcomes.py58 def error(self, fmt, *args, **kwargs): member in Results
83 results.error("failed to run reference/driver components")
96 results.error('Test case not executed: {}', suite_case)
102 results.error('Allow listed test case was executed: {}', suite_case)
132 results.error("required components are missing: bad outcome file?")
136 results.error("no passing test in reference component: bad outcome file?")
158 results.error("PASS -> SKIP/FAIL: {}", suite_case)
160 results.error("uselessly ignored: {}", suite_case)
A Dcheck_test_cases.py45 def error(self, file_name, line_number, fmt, *args): member in Results
194 results.error(file_name, line_number,
199 results.error(file_name, line_number,
203 results.error(file_name, line_number,
232 results.error(e.script_name, e.idx,
A Dtest_psa_constant_names.py148 for error in self.errors:
150 .format(error.type, error.expression,
151 error.output, error.value))
/lib/lwip/lwip/contrib/ports/win32/msvc/
A Dbuild_coverity.cmd18 %covbuild% --dir %covoutput% %devenv% lwip_test.sln /build Debug || goto error
21 echo error: 7zip not found at \"%zip7%
22 goto error
25 :error label
/lib/mbedtls/external/mbedtls/docs/
A Dtls13-early-data.md88 goto error;
96 goto error;
111 goto error;
123 goto error;
129 goto error;
141 goto error;
155 MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code. Early data can then be read
/lib/lwip/lwip/contrib/examples/httpd/fs_example/
A Dfs_example.c78 #error This needs LWIP_HTTPD_CUSTOM_FILES
81 #error This needs LWIP_HTTPD_DYNAMIC_HEADERS
84 #error This wants to demonstrate read-after-open, so LWIP_HTTPD_DYNAMIC_FILE_READ is required!
87 #error This needs LWIP_HTTPD_FS_ASYNC_READ
90 #error This needs LWIP_HTTPD_FILE_EXTENSION
/lib/lwip/lwip/contrib/examples/httpd/genfiles_example/
A Dgenfiles_example.c58 #error This needs LWIP_HTTPD_CUSTOM_FILES
61 #error This needs LWIP_HTTPD_FILE_EXTENSION
64 #error This needs LWIP_HTTPD_DYNAMIC_HEADERS

Completed in 55 milliseconds

12345678910