Home
last modified time | relevance | path

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

12345

/mbedtls-latest/include/mbedtls/
Dcheck_config.h35 #error "Mbed TLS requires a platform with 8-bit chars"
42 #error "MBEDTLS_PLATFORM_C is required on Windows"
49 #error "The NET module is not available for mbed OS - please use the network functions provided by …
54 #error "MBEDTLS_DEPRECATED_WARNING only works with GCC and Clang"
58 #error "MBEDTLS_HAVE_TIME_DATE without MBEDTLS_HAVE_TIME does not make sense"
73 #error "Unsupported partial support for ECC key type acceleration, see docs/driver-only-builds.md"
96 #error "Unsupported partial support for ECC curves acceleration, see docs/driver-only-builds.md"
104 #error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites"
108 #error "MBEDTLS_DHM_C defined, but not all prerequisites"
113 #error "MBEDTLS_CMAC_C defined, but not all prerequisites"
[all …]
Dbuild_info.h105 #error "Something went wrong: MBEDTLS_CONFIG_FILES_READ defined before reading the config files!"
108 #error "Something went wrong: MBEDTLS_CONFIG_IS_FINALIZED defined before reading the config files!"
121 #error "Invalid config version, defined value of MBEDTLS_CONFIG_VERSION is unsupported"
/mbedtls-latest/library/
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"
80 #error "PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_xxx defined, but not all prerequisites"
[all …]
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 …]
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()
1134 goto error; in mbedtls_oid_from_numeric_string()
[all …]
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."
DMakefile2 error.c version_features.c \
119 error.o \
333 error.c: $(gen_file_dep) ../scripts/generate_errors.pl
334 error.c: $(gen_file_dep) ../scripts/data_files/error.fmt
335 error.c: $(gen_file_dep) $(filter-out %config%,$(wildcard ../include/mbedtls/*.h))
336 error.c:
Dpsa_crypto_slot_management.c108 #error "Maximum slice length overflows size_t"
112 #error "Not enough room in volatile key IDs for slice index and slot index"
115 #error "Too many slices to fit the slice index in a volatile key ID"
120 #error "Not enough room in volatile key IDs for a slot index in the largest slice"
123 #error "Slice index does not fit in uint8_t for psa_key_slot_t::slice_index"
604 goto error; in psa_reserve_free_key_slot()
646 goto error; in psa_reserve_free_key_slot()
654 goto error; in psa_reserve_free_key_slot()
675 error: in psa_reserve_free_key_slot()
Dx509_create.c237 goto error; in parse_attribute_value_hex_der_encoded()
248 goto error; in parse_attribute_value_hex_der_encoded()
255 goto error; in parse_attribute_value_hex_der_encoded()
261 goto error; in parse_attribute_value_hex_der_encoded()
268 goto error; in parse_attribute_value_hex_der_encoded()
276 error: in parse_attribute_value_hex_der_encoded()
DCMakeLists.txt45 error.c
136 ${CMAKE_CURRENT_BINARY_DIR}/error.c
142 ${CMAKE_CURRENT_BINARY_DIR}/error.c
146 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/data_files/error.fmt
193 link_to_source(error.c)
Dpsa_crypto_random_impl.h46 #error "No hash algorithm available for HMAC_DBRG."
51 #error "No DRBG module available for the psa_crypto module."
Dpsa_crypto_se.c338 goto error; in psa_register_se_driver()
345 goto error; in psa_register_se_driver()
351 error: in psa_register_se_driver()
/mbedtls-latest/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_psa_crypto_driver_wrappers.data12 sign_hash transparent driver: error ECDSA SECP256R1 SHA-256
28 sign_hash transparent driver: error RSA PKCS#1 v1.5, raw
44 sign_hash transparent driver: error RSA PKCS#1 v1.5 SHA-256
60 verify_hash transparent driver: error ECDSA SECP256R1 SHA-256
72 verify_hash transparent driver: error Public Key ECDSA SECP256R1 SHA-256
84 verify_hash transparent driver: error Key Pair RSA PKCS#1 v1.5 raw
96 verify_hash transparent driver: error Key Pair RSA PKCS#1 v1.5 SHA-256
108 verify_hash transparent driver: error Public Key RSA PKCS#1 v1.5 SHA-256
120 verify_hash transparent driver: error Public Key RSA-1024 PSS SHA-256
132 verify_hash transparent driver: error Public Key RSA-1024 PSS-any-salt SHA-256
[all …]
Dtest_suite_psa_crypto_pake.function69 * Inject an error on the specified buffer ONLY it this is the correct stage.
211 * This permits delaying the error until the end of the input
212 * sequence, if no error appears then, this will be treated
213 * as an error.
256 … !"One of the last psa_pake_input() calls should have returned the expected error.");
350 … !"One of the last psa_pake_input() calls should have returned the expected error.");
383 … !"One of the last psa_pake_input() calls should have returned the expected error.");
439 … !"One of the last psa_pake_input() calls should have returned the expected error.");
503 … !"One of the last psa_pake_input() calls should have returned the expected error.");
530 … !"One of the last psa_pake_input() calls should have returned the expected error.");
[all …]
/mbedtls-latest/scripts/data_files/
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.
/mbedtls-latest/tests/scripts/
Danalyze_outcomes.py58 def error(self, fmt, *args, **kwargs): member in Results
83 results.error("failed to run reference/driver components")
97 results.error("Failed \"make generated_files\" in tests. "
107 results.error('Test case not executed: {}', suite_case)
113 results.error('Allow listed test case was executed: {}', suite_case)
143 results.error("required components are missing: bad outcome file?")
147 results.error("no passing test in reference component: bad outcome file?")
169 results.error("PASS -> SKIP/FAIL: {}", suite_case)
171 results.error("uselessly ignored: {}", suite_case)
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,
Dtest_psa_constant_names.py148 for error in self.errors:
150 .format(error.type, error.expression,
151 error.output, error.value))
/mbedtls-latest/docs/
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
/mbedtls-latest/scripts/
Dcode_size_compare.py251 self.logger.error("Unsupported combination of architecture: {} " \
255 self.logger.error("Please use supported combination of " \
258 self.logger.error(comb)
259 self.logger.error("")
260 self.logger.error("For your system, please use:")
264 self.logger.error(comb)
402 self.logger.error(e, exc_info=True)
403 self.logger.error("Process output:\n {}".format(e.output))
767 self.logger.error("Unsupported measurement tool: `{}`."
917 logger.error("record directory: {} is not a directory"
[all …]
/mbedtls-latest/programs/ssl/
Dssl_test_lib.c76 #error "No DRBG available" in rng_init()
121 #error "No message digest available for HMAC_DRBG" in rng_seed()
129 #error "No DRBG available" in rng_seed()
157 #error "No DRBG available" in rng_free()
178 #error "No DRBG available" in rng_get()
/mbedtls-latest/doxygen/
Dmbedtls.doxyfile32 # We mostly use \retval declarations to document which error codes a function
34 # constant to get the generic documentation of that error code. If we don't
35 # have anything to say about the specific error code for the specific
/mbedtls-latest/tests/
DMakefile24 $(error "$(PYTHON) ../framework/scripts/generate_bignum_tests.py --list" failed)
33 $(error "$(PYTHON) ../framework/scripts/generate_config_tests.py --list" failed)
42 $(error "$(PYTHON) ../framework/scripts/generate_ecp_tests.py --list" failed)
51 $(error "$(PYTHON) ../framework/scripts/generate_psa_tests.py --list" failed)
/mbedtls-latest/include/psa/
Dcrypto_builtin_key_derivation.h34 #error "PSA_HASH_MAX_SIZE does not fit in uint8_t"
66 #error "PSA_HASH_MAX_SIZE does not fit in uint8_t"

12345