/mcuboot-latest/boot/bootutil/src/ |
D | tlv.c | 40 const struct flash_area *fap, uint16_t type, bool prot) in bootutil_tlv_iter_begin() argument 73 it->type = type; in bootutil_tlv_iter_begin() 96 uint16_t *type) in bootutil_tlv_iter_next() argument 120 if (it->type == IMAGE_TLV_ANY || tlv.it_type == it->type) { in bootutil_tlv_iter_next() 121 if (type != NULL) { in bootutil_tlv_iter_next() 122 *type = tlv.it_type; in bootutil_tlv_iter_next()
|
D | image_validate.c | 392 uint16_t type; in bootutil_img_validate() local 444 rc = bootutil_tlv_iter_next(&it, &off, &len, &type); in bootutil_img_validate() 460 if (type == *p) { in bootutil_img_validate() 472 if (type == EXPECTED_HASH_TLV) { in bootutil_img_validate() 491 } else if (type == EXPECTED_KEY_TLV) { in bootutil_img_validate() 518 } else if (type == EXPECTED_SIG_TLV) { in bootutil_img_validate() 537 } else if (type == IMAGE_TLV_SEC_CNT) { in bootutil_img_validate()
|
D | boot_record.c | 130 uint16_t type; in boot_save_boot_status() local 152 rc = bootutil_tlv_iter_next(&it, &offset, &len, &type); in boot_save_boot_status() 159 if (type == IMAGE_TLV_BOOT_RECORD) { in boot_save_boot_status() 171 } else if (type == EXPECTED_HASH_TLV) { in boot_save_boot_status()
|
/mcuboot-latest/scripts/imgtool/ |
D | main.py | 126 type=click.Choice(keygens.keys()), prompt=True, 130 def keygen(type, key, password): argument 132 keygens[type](key, password) 136 type=click.Choice(valid_langs), 141 type=click.Choice(valid_encodings), 175 type=click.Choice(valid_hash_encodings), 209 type=click.Choice(valid_formats), 345 @click.option('-R', '--erased-val', type=click.Choice(['0', '0xff']), 348 @click.option('-x', '--hex-addr', type=BasedIntParamType(), required=False, 350 @click.option('-L', '--load-addr', type=BasedIntParamType(), required=False, [all …]
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 133 #define BOOT_SET_SWAP_INFO(swap_info, image, type) { \ argument 135 assert((type) < 0xF); \ 137 | (type); \
|
D | image.h | 205 uint16_t type; member 214 const struct flash_area *fap, uint16_t type, 217 uint16_t *len, uint16_t *type);
|
/mcuboot-latest/boot/cypress/platforms/ |
D | cycfg_pins.c | 48 .type = CYHAL_RSC_GPIO, 72 .type = CYHAL_RSC_GPIO,
|
D | cycfg_clocks.c | 32 .type = CYHAL_RSC_CLOCK,
|
D | cycfg_peripherals.c | 60 .type = CYHAL_RSC_SCB,
|
D | cycfg_system.c | 82 .type = CYHAL_RSC_CLKPATH, 90 .type = CYHAL_RSC_CLKPATH, 98 .type = CYHAL_RSC_CLKPATH,
|
/mcuboot-latest/boot/mbed/include/utils/ |
D | DataShare.cpp | 58 int DataShare::get_next(uint16_t *type, mbed::Span<uint8_t> buf, uint16_t *actual_size) { in get_next() argument 71 *type = *PTR_TO_UINT16((SHARED_DATA_ENTRY_BASE + working_offset)); in get_next()
|
D | DataShare.h | 73 int get_next(uint16_t *type, mbed::Span<uint8_t> buf, uint16_t *actual_size);
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | startup_psoc6_02_cm0plus.S | 138 .type Cy_OnResetUser, %function 147 .type Reset_Handler, %function 301 .type Default_Handler, %function 306 .type Cy_SysLib_FaultHandler, %function 311 .type Fault_Handler, %function
|
D | cy8c6xxa_cm0plus.ld | 277 * any space in the image. The NOLOAD attribute changes the .bss type to 282 * Without the NOLOAD attribute, the .bss section might get PROGBITS type.
|
/mcuboot-latest/ext/fiat/ |
D | METADATA | 6 type: GIT
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | pk.h | 164 mbedtls_pk_debug_type MBEDTLS_PRIVATE(type); 393 int mbedtls_pk_can_do( const mbedtls_pk_context *ctx, mbedtls_pk_type_t type ); 481 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options,
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | startup_psoc6_02_cm4.S | 291 .type Cy_OnResetUser, %function 301 .type cy_toolchain_init, %function 310 .type Reset_Handler, %function 467 .type Default_Handler, %function 475 .type Cy_SysLib_FaultHandler, %function 480 .type Fault_Handler, %function
|
/mcuboot-latest/docs/ |
D | readme-riot.md | 30 version information, and trailer type-length-value records (TLVs) with 38 default key type is RSA-2048.
|
D | readme-mynewt.md | 15 type: github
|
D | testplan-zephyr.md | 42 This should print a message: `boot_swap_type: Swap type: test`, and
|
D | imgtool.md | 20 or use rsa-3072, ecdsa-p256, or ed25519 for the type. The key type used
|
/mcuboot-latest/scripts/ |
D | mcubin.bt | 74 uchar type <format=hex>; 78 switch (type) {
|
/mcuboot-latest/scripts/imgtool/keys/ |
D | __init__.py | 105 raise Exception("Unknown key type: " + str(type(pk)))
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 1450 uint16_t type; in boot_serial_get_hash() local 1463 rc = bootutil_tlv_iter_next(&it, &offset, &len, &type); in boot_serial_get_hash() 1470 if (type == IMAGE_TLV_SHA256) { in boot_serial_get_hash()
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 276 * any space in the image. The NOLOAD attribute changes the .bss type to 281 * Without the NOLOAD attribute, the .bss section might get PROGBITS type.
|