Home
last modified time | relevance | path

Searched full:config (Results 1 – 25 of 44) sorted by relevance

12

/mcuboot-3.4.0/boot/zephyr/
DKconfig12 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 …]
DKconfig.serial_recovery28 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/
Dutils.cmake5 # 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/
Dmcuboot-mbedtls-cfg.h25 #include "config-rsa.h"
30 #include "config-asn1.h"
32 #include "config-ed25519.h"
/mcuboot-3.4.0/ci/
Dget_features.py38 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/
Dbuild.rs87 // 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/
Dbootloader_init.c148 /* config clock */ in bootloader_init()
164 /* config WDT */ in bootloader_init()
/mcuboot-3.4.0/boot/espressif/hal/src/esp32/
Dbootloader_init.c182 /* config clock */ in bootloader_init()
198 /* config WDT */ in bootloader_init()
/mcuboot-3.4.0/boot/espressif/hal/src/esp32c3/
Dbootloader_init.c199 // config clock in bootloader_init()
217 // config WDT in bootloader_init()
/mcuboot-3.4.0/boot/cypress/MCUBootApp/
Dcy_serial_flash_prog.c66 /* if used zero-pointer to config, DAP link will use hardcoded config for CY8CPROTO-062-4343W */
DExternalMemory.md57 …figurations, SMIF IP block configurations, SFDP protocol read and memory-config structure initiali…
/mcuboot-3.4.0/ext/tinycrypt/
DMakefile9 include config.mk
/mcuboot-3.4.0/.github/workflows/
Dfih_tests.yaml14 config:
/mcuboot-3.4.0/docs/
Dimgtool.md46 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/
DMakefile9 include ../config.mk
/mcuboot-3.4.0/testplan/mynewt/apps/slinky/
Dpkg.yml35 - "@apache-mynewt-core/sys/config"
/mcuboot-3.4.0/boot/cypress/MCUBootApp/sysflash/
Dsysflash.h18 /* use PDL-defined offset or one from SMFI config */
/mcuboot-3.4.0/ext/mbedtls-asn1/include/mbedtls/
Dbuild_info.h65 #error "Invalid config version, defined value of MBEDTLS_CONFIG_VERSION is unsupported"
/mcuboot-3.4.0/testplan/mynewt/apps/slinky/src/
Dmain.c31 #include <config/config.h>
/mcuboot-3.4.0/boot/espressif/hal/src/esp32s3/
Dbootloader_init.c253 // config clock in bootloader_init()
275 // config WDT in bootloader_init()
/mcuboot-3.4.0/boot/mynewt/mcuboot_config/include/mcuboot_config/
Dmcuboot_logging.h46 #error "Invalid MCUBOOT_LOG_LEVEL config."
/mcuboot-3.4.0/boot/bootutil/include/bootutil/crypto/
Daes_ctr.h56 /* XXX: config defines MBEDTLS_PLATFORM_NO_STD_FUNCTIONS so no need to free */ in bootutil_aes_ctr_drop()
Dsha256.h69 /* XXX: config defines MBEDTLS_PLATFORM_NO_STD_FUNCTIONS so no need to free */ in bootutil_sha256_drop()
Daes_kw.h48 /* 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/
DMakefile9 include ../config.mk

12