Home
last modified time | relevance | path

Searched full:take (Results 1 – 21 of 21) sorted by relevance

/mcuboot-3.6.0/ci/fih_test_docker/
Dfi_make_manifest.sh34 # In the case that there is a START followed by another START take the first one
36 # Same for END except take the second one
Drun_fi_test.sh31 # Take an image and make it unbootable. This is done by replacing one of the
/mcuboot-3.6.0/boot/bootutil/include/bootutil/
Dbench.h53 /* The type needs to take space. As long as it remains unused, the C
Dbootutil_public.h157 * @brief Determines the action, if any, that mcuboot will take on a image pair.
167 * @brief Determines the action, if any, that mcuboot will take.
/mcuboot-3.6.0/boot/mynewt/mcuboot_config/
Dsyscfg.yml101 minor and revision. Enable this option to take into account the build
/mcuboot-3.6.0/boot/bootutil/include/bootutil/crypto/
Dsha.h18 * the MCUBOOT_USE_PSA_CRYPTO will take precedence.
Drsa.h16 * the MCUBOOT_USE_PSA_CRYPTO will take precedence.
Decdsa.h16 * that support both abstractions, the MCUBOOT_USE_PSA_CRYPTO will take
/mcuboot-3.6.0/
DCODE_OF_CONDUCT.md43 acceptable behavior and will take appropriate and fair corrective action in
/mcuboot-3.6.0/boot/espressif/port/esp32c2/ld/
Dbootloader.ld15 * The 2nd stage bootloader can take space up to the end of ROM shared
/mcuboot-3.6.0/boot/espressif/port/esp32c6/ld/
Dbootloader.ld15 * The 2nd stage bootloader can take space up to the end of ROM shared
/mcuboot-3.6.0/boot/espressif/port/esp32h2/ld/
Dbootloader.ld16 * The 2nd stage bootloader can take space up to the end of ROM shared
/mcuboot-3.6.0/boot/zcbor/include/
Dzcbor_common.h281 /** Take a backup of the current state. Overwrite the current elem_count. */
286 * Also, take action based on the flags (See ZCBOR_FLAG_*).
/mcuboot-3.6.0/docs/
DPORTING.md90 An implementation of `struct flash_area` may take form of:
Dreadme-espressif.md843 Upload the image (the process may take some time):
/mcuboot-3.6.0/boot/zephyr/
Dmain.c469 * waiting for the boot image check to finish. This image check, can take
DKconfig623 minor and revision. Enable this option to take into account the build
/mcuboot-3.6.0/sim/src/
Dtlv.rs785 // bytes of storage for each of the two values. If the high bit is zero, it will take 32 in make_tlv()
786 // bytes, if the top 8 bits are zero, it will take 31 bits, and so on. The smaller size in make_tlv()
/mcuboot-3.6.0/ext/mbedtls-asn1/include/mbedtls/
Decdsa.h118 /* Now we can declare functions that take a pointer to that */
Dpk.h196 /* Now we can declare functions that take a pointer to that */
/mcuboot-3.6.0/boot/bootutil/src/
Dloader.c637 * By default, the comparison does not take build number into account.
638 * Enable MCUBOOT_VERSION_CMP_USE_BUILD_NUMBER to take the build number into account.