Searched full:config (Results 1 – 25 of 44) sorted by relevance
12
/mcuboot-3.4.0/boot/zephyr/ |
D | Kconfig | 12 config MCUBOOT 19 config BOOT_USE_MBEDTLS 26 config BOOT_USE_TINYCRYPT 36 config BOOT_USE_CC310 46 config BOOT_USE_NRF_CC310_BL 50 config NRFXLIB_CRYPTO 54 config NRF_CC310_BL 60 config SINGLE_APPLICATION_SLOT 72 config BOOT_SIGNATURE_TYPE_NONE 76 config BOOT_SIGNATURE_TYPE_RSA [all …]
|
D | Kconfig.serial_recovery | 28 config BOOT_SERIAL_UART 38 config BOOT_SERIAL_CDC_ACM 49 config MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD 64 config BOOT_SERIAL_UNALIGNED_BUFFER_SIZE 73 config BOOT_MAX_LINE_INPUT_LEN 81 config BOOT_LINE_BUFS 88 config BOOT_SERIAL_MAX_RECEIVE_SIZE 97 config BOOT_ERASE_PROGRESSIVELY 106 config BOOT_MGMT_ECHO 122 config BOOT_MGMT_CUSTOM_STORAGE_ERASE [all …]
|
/mcuboot-3.4.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.4.0/boot/zephyr/include/ |
D | mcuboot-mbedtls-cfg.h | 25 #include "config-rsa.h" 30 #include "config-asn1.h" 32 #include "config-ed25519.h"
|
/mcuboot-3.4.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.4.0/sim/mcuboot-sys/ |
D | build.rs | 87 // they are used internally by "config-rsa.h" in main() 342 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-rsa-kw.h>")); in main() 344 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-rsa.h>")); in main() 346 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-ec.h>")); in main() 348 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-asn1.h>")); in main() 350 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-asn1.h>")); in main() 352 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-kw.h>")); in main() 354 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-ed25519.h>")); in main()
|
/mcuboot-3.4.0/boot/espressif/hal/src/esp32s2/ |
D | bootloader_init.c | 148 /* config clock */ in bootloader_init() 164 /* config WDT */ in bootloader_init()
|
/mcuboot-3.4.0/boot/espressif/hal/src/esp32/ |
D | bootloader_init.c | 182 /* config clock */ in bootloader_init() 198 /* config WDT */ in bootloader_init()
|
/mcuboot-3.4.0/boot/espressif/hal/src/esp32c3/ |
D | bootloader_init.c | 199 // config clock in bootloader_init() 217 // config WDT in bootloader_init()
|
/mcuboot-3.4.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.4.0/ext/tinycrypt/ |
D | Makefile | 9 include config.mk
|
/mcuboot-3.4.0/.github/workflows/ |
D | fih_tests.yaml | 14 config:
|
/mcuboot-3.4.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.4.0/ext/tinycrypt/lib/ |
D | Makefile | 9 include ../config.mk
|
/mcuboot-3.4.0/testplan/mynewt/apps/slinky/ |
D | pkg.yml | 35 - "@apache-mynewt-core/sys/config"
|
/mcuboot-3.4.0/boot/cypress/MCUBootApp/sysflash/ |
D | sysflash.h | 18 /* use PDL-defined offset or one from SMFI config */
|
/mcuboot-3.4.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.4.0/testplan/mynewt/apps/slinky/src/ |
D | main.c | 31 #include <config/config.h>
|
/mcuboot-3.4.0/boot/espressif/hal/src/esp32s3/ |
D | bootloader_init.c | 253 // config clock in bootloader_init() 275 // config WDT in bootloader_init()
|
/mcuboot-3.4.0/boot/mynewt/mcuboot_config/include/mcuboot_config/ |
D | mcuboot_logging.h | 46 #error "Invalid MCUBOOT_LOG_LEVEL config."
|
/mcuboot-3.4.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 | sha256.h | 69 /* XXX: config defines MBEDTLS_PLATFORM_NO_STD_FUNCTIONS so no need to free */ in bootutil_sha256_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.4.0/ext/tinycrypt/tests/ |
D | Makefile | 9 include ../config.mk
|
12