/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | check_config.h | 32 #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 …]
|
D | build_info.h | 65 #error "Invalid config version, defined value of MBEDTLS_CONFIG_VERSION is unsupported"
|
/mcuboot-latest/boot/zephyr/include/ |
D | target.h | 40 #error "Target support is incomplete; cannot build mcuboot." 45 #error "Target support is incomplete; cannot build mcuboot."
|
D | mcuboot-mbedtls-cfg.h | 33 #error "Cannot configure mbedTLS; signature type is unknown."
|
/mcuboot-latest/boot/zephyr/ |
D | io.c | 48 #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'"
|
D | serial_adapter.c | 28 #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()
|
D | keys.c | 87 #error "Encrypted images with AES-KW is not implemented yet."
|
/mcuboot-latest/boot/mbed/include/mcuboot_config/ |
D | mcuboot_config.h | 30 # 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/ |
D | zcbor_print.h | 30 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()
|
D | zcbor_common.h | 149 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/ |
D | mcuboot_config.h | 19 # 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/ |
D | build-boot.sh | 10 echo error: "$@"
|
D | build-hello.sh | 10 echo error: "$@"
|
/mcuboot-latest/boot/bootutil/src/ |
D | fault_injection_hardening_delay_rng_mbedtls.c | 21 #error "FIH_ENABLE_DELAY requires an entropy source"
|
D | encrypted.c | 266 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/ |
D | sysflash.h | 41 #error "Image slot and flash area mapping is not defined"
|
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/ |
D | aes_kw.h | 17 #error "One crypto backend must be defined: either MBED_TLS or TINYCRYPT" 27 #error "Cannot use AES-256 for encryption with Tinycrypt library."
|
D | ecdh_x25519.h | 17 #error "One crypto backend must be defined: either MBED_TLS or TINYCRYPT"
|
D | aes_ctr.h | 19 #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/ |
D | app_enc_keys.c | 68 #error "Encrypted images with AES-KW is not implemented yet."
|
/mcuboot-latest/boot/cypress/ |
D | common_libs.mk | 63 $(error Only GCC ARM is supported at this moment) 80 $(error Only GCC ARM is supported at this moment)
|
D | toolchains.mk | 91 $(error BUILDCFG : '$(BUILDCFG)' is not supported) 103 $(error BUILDCFG : '$(BUILDCFG)' is not supported)
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.mk | 41 $(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/ |
D | mcuboot_config.h | 22 # error "Invalid RSA key size (must be 2048 or 3072)"
|
/mcuboot-latest/sim/src/ |
D | lib.rs | 8 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()
|