Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 34) sorted by relevance

12

/mcuboot-latest/boot/bootutil/src/
Dtlv.c40 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()
Dimage_validate.c392 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()
Dboot_record.c130 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/
Dmain.py126 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/
Dbootutil_public.h133 #define BOOT_SET_SWAP_INFO(swap_info, image, type) { \ argument
135 assert((type) < 0xF); \
137 | (type); \
Dimage.h205 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/
Dcycfg_pins.c48 .type = CYHAL_RSC_GPIO,
72 .type = CYHAL_RSC_GPIO,
Dcycfg_clocks.c32 .type = CYHAL_RSC_CLOCK,
Dcycfg_peripherals.c60 .type = CYHAL_RSC_SCB,
Dcycfg_system.c82 .type = CYHAL_RSC_CLKPATH,
90 .type = CYHAL_RSC_CLKPATH,
98 .type = CYHAL_RSC_CLKPATH,
/mcuboot-latest/boot/mbed/include/utils/
DDataShare.cpp58 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()
DDataShare.h73 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/
Dstartup_psoc6_02_cm0plus.S138 .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
Dcy8c6xxa_cm0plus.ld277 * 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/
DMETADATA6 type: GIT
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dpk.h164 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/
Dstartup_psoc6_02_cm4.S291 .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/
Dreadme-riot.md30 version information, and trailer type-length-value records (TLVs) with
38 default key type is RSA-2048.
Dreadme-mynewt.md15 type: github
Dtestplan-zephyr.md42 This should print a message: `boot_swap_type: Swap type: test`, and
Dimgtool.md20 or use rsa-3072, ecdsa-p256, or ed25519 for the type. The key type used
/mcuboot-latest/scripts/
Dmcubin.bt74 uchar type <format=hex>;
78 switch (type) {
/mcuboot-latest/scripts/imgtool/keys/
D__init__.py105 raise Exception("Unknown key type: " + str(type(pk)))
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c1450 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/
DBlinkyApp_template.ld276 * 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.

12