Home
last modified time | relevance | path

Searched full:matches (Results 1 – 15 of 15) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/src/
Dc.rs36 matches!(self, BootGoResult::Stopped) in interrupted()
41 matches!(self, BootGoResult::Normal { result: 0, .. }) in success()
46 matches!(self, BootGoResult::Normal { in success_no_asserts()
/mcuboot-latest/sim/src/
Ddepends.rs80 /// Provide dependency information that matches the other image.
82 /// Provide a dependency that matches the old version of the other
/mcuboot-latest/boot/espressif/tools/
Dutils.cmake10 if (NOT (${config} MATCHES "#"))
/mcuboot-latest/boot/mynewt/src/
Dmain.c163 * If it matches, await for download commands from serial. in serial_boot_detect()
176 * If it matches, await for download commands from serial. in serial_boot_detect()
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Dhmac_sha256.h124 * HMAC the key and check that our received MAC matches the generated tag in bootutil_hmac_sha256_finish()
/mcuboot-latest/boot/boot_serial/
Dsyscfg.yml78 If the value in the register matches, the serial bootloader will
/mcuboot-latest/boot/espressif/
DCMakeLists.txt131 if ("${IMGTOOL_COMMAND}" MATCHES "IMGTOOL_COMMAND-NOTFOUND")
141 if ("${ESPTOOL_COMMAND}" MATCHES "ESPTOOL_COMMAND-NOTFOUND")
/mcuboot-latest/samples/zephyr/
DMakefile72 # devices, but it can be made smaller, as long as this value matches
/mcuboot-latest/scripts/imgtool/
Dimage.py194 """Matches key and user requested sha to sha alogrithm and TLV name.
230 """Check if provided key matches to TLV record in the image"""
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c568 * HMAC the key and check that our received MAC matches the generated tag in boot_decrypt_key()
Dloader.c1005 * header matches the slot address;
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dasn1.h470 * in the ASN.1 SEQUENCE that matches \p tag_may_val.
Dpk.h601 * \brief Check if a public-private pair of keys matches.
/mcuboot-latest/boot/zcbor/include/
Dzcbor_decode.h187 * only use this function when you know the @p key_decoder matches no more
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c531 /* Hash matches, set this slot for test or confirmation */ in bs_set()