Searched full:config (Results 1 – 25 of 46) sorted by relevance
12
/mcuboot-3.6.0/boot/zephyr/ |
D | Kconfig | 13 config MCUBOOT 20 config BOOT_USE_MBEDTLS 27 config BOOT_USE_TINYCRYPT 38 config BOOT_USE_CC310 48 config BOOT_USE_NRF_CC310_BL 52 config NRFXLIB_CRYPTO 56 config NRF_CC310_BL 62 config SINGLE_APPLICATION_SLOT 74 config BOOT_SIGNATURE_TYPE_NONE 78 config BOOT_SIGNATURE_TYPE_RSA [all …]
|
D | Kconfig.serial_recovery | 29 config BOOT_SERIAL_UART 39 config BOOT_SERIAL_CDC_ACM 50 config MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD 66 config BOOT_SERIAL_UNALIGNED_BUFFER_SIZE 75 config BOOT_MAX_LINE_INPUT_LEN 83 config BOOT_LINE_BUFS 90 config BOOT_SERIAL_MAX_RECEIVE_SIZE 99 config BOOT_ERASE_PROGRESSIVELY 108 config BOOT_MGMT_ECHO 124 config BOOT_MGMT_CUSTOM_STORAGE_ERASE [all …]
|
D | Kconfig.firmware_loader | 15 config BOOT_FIRMWARE_LOADER_DETECT_DELAY 24 config BOOT_FIRMWARE_LOADER_BOOT_MODE 32 config BOOT_FIRMWARE_LOADER_NO_APPLICATION 38 config BOOT_FIRMWARE_LOADER_PIN_RESET
|
/mcuboot-3.6.0/boot/espressif/tools/ |
D | utils.cmake | 5 # Parse config files (.conf, format: <CONFIG_NAME>=<VALUE>) and set each as 9 foreach(config ${BOOTLOADER_CONF}) 10 if (NOT (${config} MATCHES "#")) 11 string(REGEX REPLACE "^[ ]+" "" config ${config}) 12 string(REGEX MATCH "^[^=]+" CONFIG_NAME ${config}) 13 string(REPLACE "${CONFIG_NAME}=" "" CONFIG_VALUE ${config})
|
/mcuboot-3.6.0/boot/zephyr/include/ |
D | mcuboot-mbedtls-cfg.h | 25 #include "config-rsa.h" 29 #include "config-asn1.h" 31 #include "config-ed25519.h"
|
/mcuboot-3.6.0/ci/ |
D | get_features.py | 38 config = tomllib.loads(cargo_toml) variable 39 if 'features' not in config: 43 print(" ".join([k for k in config['features'] if k != 'default']))
|
/mcuboot-3.6.0/boot/zephyr/sysbuild/ |
D | CMakeLists.txt | 17 ${CMAKE_BINARY_DIR}/mcuboot/zephyr/.config 38 …set_property(TARGET ${image} APPEND_STRING PROPERTY CONFIG "CONFIG_ROM_END_OFFSET=${mcuboot_image_… 39 …set_property(TARGET ${image} APPEND_STRING PROPERTY CONFIG "CONFIG_MCUBOOT_UPDATE_FOOTER_SIZE=${mc…
|
/mcuboot-3.6.0/sim/mcuboot-sys/ |
D | build.rs | 156 // they are used internally by "config-rsa.h" in main() 431 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-rsa-kw.h>")); in main() 433 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-rsa.h>")); in main() 435 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-ec.h>")); in main() 437 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-asn1.h>")); in main() 439 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-asn1.h>")); in main() 441 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-kw.h>")); in main() 443 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-ed25519.h>")); in main() 445 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-ec-psa.h>")); in main()
|
/mcuboot-3.6.0/sim/mcuboot-sys/csupport/ |
D | config-ec-psa.h | 11 #include "config-add-psa-crypto.h"
|
D | config-rsa.h | 33 #include "config-add-psa-crypto.h"
|
D | config-rsa-kw.h | 33 #include "config-add-psa-crypto.h"
|
/mcuboot-3.6.0/boot/cypress/MCUBootApp/ |
D | cy_serial_flash_prog.c | 66 /* if used zero-pointer to config, DAP link will use hardcoded config for CY8CPROTO-062-4343W */
|
D | ExternalMemory.md | 57 …figurations, SMIF IP block configurations, SFDP protocol read and memory-config structure initiali…
|
/mcuboot-3.6.0/ext/tinycrypt/ |
D | Makefile | 9 include config.mk
|
/mcuboot-3.6.0/.github/workflows/ |
D | fih_tests.yaml | 14 config:
|
/mcuboot-3.6.0/docs/ |
D | imgtool.md | 46 into the key file. However, when the `MCUBOOT_HW_KEY` config option is 91 BOOT_SWAP_SAVE_ENCTLV config option was set.
|
/mcuboot-3.6.0/ext/tinycrypt/lib/ |
D | Makefile | 9 include ../config.mk
|
/mcuboot-3.6.0/testplan/mynewt/apps/slinky/ |
D | pkg.yml | 35 - "@apache-mynewt-core/sys/config"
|
/mcuboot-3.6.0/boot/cypress/MCUBootApp/sysflash/ |
D | sysflash.h | 18 /* use PDL-defined offset or one from SMFI config */
|
/mcuboot-3.6.0/ext/mbedtls-asn1/include/mbedtls/ |
D | build_info.h | 65 #error "Invalid config version, defined value of MBEDTLS_CONFIG_VERSION is unsupported"
|
/mcuboot-3.6.0/testplan/mynewt/apps/slinky/src/ |
D | main.c | 31 #include <config/config.h>
|
/mcuboot-3.6.0/boot/mynewt/mcuboot_config/include/mcuboot_config/ |
D | mcuboot_logging.h | 46 #error "Invalid MCUBOOT_LOG_LEVEL config."
|
/mcuboot-3.6.0/boot/bootutil/include/bootutil/crypto/ |
D | aes_ctr.h | 56 /* XXX: config defines MBEDTLS_PLATFORM_NO_STD_FUNCTIONS so no need to free */ in bootutil_aes_ctr_drop()
|
D | aes_kw.h | 48 /* XXX: config defines MBEDTLS_PLATFORM_NO_STD_FUNCTIONS so no need to free */ in bootutil_aes_kw_drop()
|
/mcuboot-3.6.0/ext/tinycrypt/tests/ |
D | Makefile | 9 include ../config.mk
|
12