Searched refs:additional (Results 1 – 15 of 15) sorted by relevance
/mcuboot-3.4.0/boot/zcbor/src/ |
D | zcbor_decode.c | 22 static uint_fast32_t additional_len(uint8_t additional) in additional_len() argument 24 if (ZCBOR_VALUE_IS_1_BYTE <= additional && additional <= ZCBOR_VALUE_IS_8_BYTES) { in additional_len() 30 return 1U << (additional - ZCBOR_VALUE_IS_1_BYTE); in additional_len() 127 uint8_t additional = ADDITIONAL(*state->payload); in value_extract() local 133 if (additional <= ZCBOR_VALUE_IN_HEADER) { in value_extract() 135 u8_result[result_len - 1] = additional; in value_extract() 137 u8_result[0] = additional; in value_extract() 140 uint_fast32_t len = additional_len(additional); in value_extract() 800 uint8_t additional = ADDITIONAL(*state->payload); local 819 if (additional == ZCBOR_VALUE_IS_INDEFINITE_LENGTH) {
|
D | zcbor_encode.c | 46 zcbor_major_type_t major_type, uint8_t additional) in encode_header_byte() argument 51 zcbor_assert_state(additional < 32, NULL); in encode_header_byte() 53 *(state->payload_mut++) = (uint8_t)((major_type << 5) | (additional & 0x1F)); in encode_header_byte()
|
/mcuboot-3.4.0/sim/ |
D | README.rst | 51 If the simulator indicates a failure, you can turn on additional
|
/mcuboot-3.4.0/docs/ |
D | readme-zephyr.md | 41 Install additional packages required for development with MCUboot: 65 In addition to the partitions defined in DTS, some additional 82 In addition to flash partitions in DTS, some additional configuration 96 provides additional details regarding the changes it makes to the image 251 Use the ``CONFIG_ENABLE_MGMT_PERUSER=y`` Kconfig option to enable the following additional commands:
|
D | index.md | 70 You can find additional documentation on the bootloader in the source files.
|
D | imgtool.md | 134 can be independent from the key(s). For more information on the additional
|
D | release-notes.md | 239 - Added some additional overflow and bound checks to data in the image 243 at an offset, without having to use additional tools to modify the
|
D | readme-espressif.md | 18 1. Install additional packages required for development with MCUboot: 318 …ion is hardware-assisted, transparent to the MCUboot process and is an additional security measure…
|
/mcuboot-3.4.0/ |
D | LICENSE | 120 that such additional attribution notices cannot be construed 124 may provide additional or different license terms and conditions 133 this License, without any additional terms or conditions. 174 of your accepting any such warranty or additional liability.
|
D | README.md | 62 You can find additional documentation on the bootloader in the source files.
|
/mcuboot-3.4.0/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 51 * this may, for example, trigger linking of additional modules from standard 392 /* These sections are used for additional metadata (silicon revision,
|
/mcuboot-3.4.0/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 47 * this may, for example, trigger linking of additional modules from standard 385 /* These sections are used for additional metadata (silicon revision,
|
D | README.md | 152 …PGRADE image will be located in external memory. Refer to ExternalMemory.md for additional details.
|
/mcuboot-3.4.0/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 47 * this may, for example, trigger linking of additional modules from standard 385 /* These sections are used for additional metadata (silicon revision,
|
/mcuboot-3.4.0/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 50 * this may, for example, trigger linking of additional modules from standard 403 /* These sections are used for additional metadata (silicon revision,
|