Searched full:matches (Results 1 – 15 of 15) sorted by relevance
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | c.rs | 36 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/ |
D | depends.rs | 80 /// 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/ |
D | utils.cmake | 10 if (NOT (${config} MATCHES "#"))
|
/mcuboot-latest/boot/mynewt/src/ |
D | main.c | 163 * 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/ |
D | hmac_sha256.h | 124 * HMAC the key and check that our received MAC matches the generated tag in bootutil_hmac_sha256_finish()
|
/mcuboot-latest/boot/boot_serial/ |
D | syscfg.yml | 78 If the value in the register matches, the serial bootloader will
|
/mcuboot-latest/boot/espressif/ |
D | CMakeLists.txt | 131 if ("${IMGTOOL_COMMAND}" MATCHES "IMGTOOL_COMMAND-NOTFOUND") 141 if ("${ESPTOOL_COMMAND}" MATCHES "ESPTOOL_COMMAND-NOTFOUND")
|
/mcuboot-latest/samples/zephyr/ |
D | Makefile | 72 # devices, but it can be made smaller, as long as this value matches
|
/mcuboot-latest/scripts/imgtool/ |
D | image.py | 194 """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/ |
D | encrypted.c | 568 * HMAC the key and check that our received MAC matches the generated tag in boot_decrypt_key()
|
D | loader.c | 1005 * header matches the slot address;
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | asn1.h | 470 * in the ASN.1 SEQUENCE that matches \p tag_may_val.
|
D | pk.h | 601 * \brief Check if a public-private pair of keys matches.
|
/mcuboot-latest/boot/zcbor/include/ |
D | zcbor_decode.h | 187 * only use this function when you know the @p key_decoder matches no more
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 531 /* Hash matches, set this slot for test or confirmation */ in bs_set()
|