Home
last modified time | relevance | path

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

123

/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dcheck_config.h32 #error "mbed TLS requires a platform with 8-bit chars"
37 #error "MBEDTLS_PLATFORM_C is required on Windows"
54 #error "The NET module is not available for mbed OS - please use the network functions provided by …
59 #error "MBEDTLS_DEPRECATED_WARNING only works with GCC and Clang"
63 #error "MBEDTLS_HAVE_TIME_DATE without MBEDTLS_HAVE_TIME does not make sense"
67 #error "MBEDTLS_AESNI_C defined, but not all prerequisites"
71 #error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites"
75 #error "MBEDTLS_DHM_C defined, but not all prerequisites"
80 #error "MBEDTLS_CMAC_C defined, but not all prerequisites"
85 #error "MBEDTLS_NIST_KW_C defined, but not all prerequisites"
[all …]
Dbuild_info.h65 #error "Invalid config version, defined value of MBEDTLS_CONFIG_VERSION is unsupported"
/mcuboot-latest/boot/zephyr/include/
Dtarget.h40 #error "Target support is incomplete; cannot build mcuboot."
45 #error "Target support is incomplete; cannot build mcuboot."
Dmcuboot-mbedtls-cfg.h33 #error "Cannot configure mbedTLS; signature type is unknown."
/mcuboot-latest/boot/zephyr/
Dio.c48 #error "Serial recovery selected without an entrance mode set"
58 #error "Firmware loader selected without an entrance mode set"
79 #error "Unsupported board: led0 devicetree alias is not defined"
117 #error "Serial recovery/USB DFU button must be declared in device tree as 'mcuboot_button0'"
Dserial_adapter.c28 #error Zephyr UART console must be disabled if serial_adapter module is used.
34 #error Zephyr UART console must be disabled if CDC ACM is enabled and MCUmgr \
39 #error CONFIG_MAIN_THREAD_PRIORITY must be preemptible to support USB CDC ACM \
219 #error No serial recovery device selected in boot_uart_fifo_init()
Dkeys.c87 #error "Encrypted images with AES-KW is not implemented yet."
/mcuboot-latest/boot/mbed/include/mcuboot_config/
Dmcuboot_config.h30 # error "Invalid RSA key size (must be 2048 or 3072)"
53 #error TinyCrypt is currently not supported by Mbed-OS due to build conflicts.
/mcuboot-latest/boot/zcbor/include/
Dzcbor_print.h30 state->constant_state ? state->constant_state->error : 0))
126 static const char *zcbor_error_str(int error) in zcbor_error_str() argument
131 switch(error) { in zcbor_error_str()
161 static void zcbor_print_error(int error) in zcbor_print_error() argument
163 zcbor_do_print("%s\r\n", zcbor_error_str(error)); in zcbor_print_error()
Dzcbor_common.h149 int error; member
340 return !(cs && cs->stop_on_error && cs->error); in zcbor_check_error()
350 int err = state->constant_state->error; in zcbor_pop_error()
352 state->constant_state->error = ZCBOR_SUCCESS; in zcbor_pop_error()
362 return state->constant_state->error; in zcbor_peek_error()
374 state->constant_state->error = err; in zcbor_error()
/mcuboot-latest/boot/zephyr/include/mcuboot_config/
Dmcuboot_config.h19 # error "Invalid RSA key size (must be 2048 or 3072)"
31 # error "One crypto library implementation allowed at a time."
34 # error "One crypto library implementation allowed at a time."
318 # error "USB DFU Requires MULTITHREADING"
399 #error "No NRFX WDT instances enabled"
/mcuboot-latest/samples/zephyr/
Dbuild-boot.sh10 echo error: "$@"
Dbuild-hello.sh10 echo error: "$@"
/mcuboot-latest/boot/bootutil/src/
Dfault_injection_hardening_delay_rng_mbedtls.c21 #error "FIH_ENABLE_DELAY requires an entropy source"
Dencrypted.c266 goto error; in hkdf()
271 goto error; in hkdf()
276 goto error; in hkdf()
293 goto error; in hkdf()
301 goto error; in hkdf()
307 goto error; in hkdf()
312 goto error; in hkdf()
317 goto error; in hkdf()
333 error: in hkdf()
/mcuboot-latest/sim/mcuboot-sys/csupport/sysflash/
Dsysflash.h41 #error "Image slot and flash area mapping is not defined"
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Daes_kw.h17 #error "One crypto backend must be defined: either MBED_TLS or TINYCRYPT"
27 #error "Cannot use AES-256 for encryption with Tinycrypt library."
Decdh_x25519.h17 #error "One crypto backend must be defined: either MBED_TLS or TINYCRYPT"
Daes_ctr.h19 #error "One crypto backend must be defined: either MBED_TLS or TINYCRYPT"
31 #error "Cannot use AES-256 for encryption with Tinycrypt library."
/mcuboot-latest/boot/mbed/
Dapp_enc_keys.c68 #error "Encrypted images with AES-KW is not implemented yet."
/mcuboot-latest/boot/cypress/
Dcommon_libs.mk63 $(error Only GCC ARM is supported at this moment)
80 $(error Only GCC ARM is supported at this moment)
Dtoolchains.mk91 $(error BUILDCFG : '$(BUILDCFG)' is not supported)
103 $(error BUILDCFG : '$(BUILDCFG)' is not supported)
/mcuboot-latest/boot/cypress/MCUBootApp/
DMCUBootApp.mk41 $(error Only GCC ARM is supported at this moment)
112 $(error Only GCC ARM is supported at this moment)
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/
Dmcuboot_config.h22 # error "Invalid RSA key size (must be 2048 or 3072)"
/mcuboot-latest/sim/src/
Dlib.rs8 use log::{warn, error};
166 error!("{} Tests ran with {} failures", status.failures + status.passes, status.failures); in main()
169 error!("{} Tests ran successfully", status.passes); in main()

123