Searched full:prevent (Results 1 – 25 of 27) sorted by relevance
12
/mcuboot-latest/boot/mynewt/mcuboot_config/ |
D | syscfg.yml | 84 Prevent downgrades by enforcing incrementing version numbers. 110 Prevent undesirable/malicious software downgrades. When this option is
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.serial_recovery | 107 on some hardware that has long erase times, to prevent long wait 150 Used to prevent the bootloader from loading on button press.
|
D | Kconfig.firmware_loader | 20 Used to prevent the bootloader from loading on button press.
|
D | Kconfig | 216 This option is enabled by default to prevent possible problems when 625 Used to prevent the bootloader from loading on button press. 707 Prevent downgrades by enforcing incrementing version numbers. 727 Prevent undesirable/malicious software downgrades. When this option is
|
D | main.c | 187 /* Disable the USB to prevent it from firing interrupts */ in do_boot()
|
/mcuboot-latest/boot/bootutil/src/ |
D | fault_injection_hardening.c | 60 /* Global failure loop for bootloader code. Uses attribute used to prevent
|
D | loader.c | 1113 /* Image is invalid, erase it to prevent further unnecessary 2145 * Function called only for swap upgrades test run. It may prevent 2169 * that of slot 0, prevent downgrade */ 2402 /* Hardenned to prevent from skipping check of a given image, 2436 * is meant to prevent FI attack. 2731 * to prevent it from being selected again on the next reboot. 3232 * prevent TOCTOU attack during image copy. This could be applied
|
D | swap_scratch.c | 724 * a trailer to the primary slot. We do this to prevent mcuboot from in boot_swap_sectors()
|
/mcuboot-latest/docs/ |
D | signed_images.md | 32 be useful when you want to prevent production units from booting
|
D | release-notes.md | 44 - Zephyr: Prevent MBEDTLS Kconfig selection when tinycrypt is used. 50 thread), this would prevent USB CDC from working as the driver
|
D | design.md | 374 Test swaps are supported to provide a rollback mechanism to prevent devices 427 - Erase the image from the slot to prevent it from being selected 701 *marking the image in the primary slot as "OK", to prevent further attempts* 773 (e.g. due to API incompatibilities) or simply to prevent from being updated
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | fault_injection_hardening.h | 105 /* A volatile mask is used to prevent compiler optimization - the mask is xored 138 * used to prevent optimization
|
D | ignore.h | 34 * These macros prevent the "set but not used" warnings for log writes below
|
D | boot_hooks.h | 161 * The hook may be used to prevent device reset.
|
/mcuboot-latest/boot/cypress/libs/watchdog/ |
D | watchdog.h | 59 * This function should be called periodically to prevent the WDT from timing out and resetting the …
|
D | watchdog.c | 150 /* Clear to prevent reset from WDT */ in cy_wdg_kick()
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc_dsa.c | 126 to prevent side channel analysis of k. */ in uECC_sign_with_k() 135 /* Prevent side channel analysis of uECC_vli_modInv() to determine in uECC_sign_with_k()
|
/mcuboot-latest/boot/cypress/MCUBootApp/config/ |
D | mcuboot_crypto_config.h | 80 * Uncomment this option to prevent the use of double-width division. 196 * Uncomment to prevent default assignment of standard functions in the 1163 * Uncomment this macro to prevent loading of default entropy functions. 1437 * Debug messages have been disabled in some places to prevent timing 1561 * prevent the SSL renegotiation attack (see RFC 5746 Sect. 1). 1689 * This feature is highly recommended to prevent DTLS servers being used as 1865 * Uncomment to prevent an error. 1877 * Uncomment to prevent an error. 3083 * between threads, you will need to enable this layer to prevent race 3256 * parameters (to prevent duplicate documentation). [all …]
|
/mcuboot-latest/boot/mbed/ |
D | mbed_lib.json | 150 "help": "Prevent downgrades (NOT TESTED)",
|
/mcuboot-latest/boot/espressif/include/crypto_config/ |
D | mbedtls_custom_config.h | 81 * Uncomment this option to prevent the use of double-width division. 197 * Uncomment to prevent default assignment of standard functions in the 996 * Uncomment this macro to prevent loading of default entropy functions. 1359 * Debug messages have been disabled in some places to prevent timing 1440 * prevent the SSL renegotiation attack (see RFC 5746 Sect. 1). 1529 * This feature is highly recommended to prevent DTLS servers being used as 2854 * between threads, you will need to enable this layer to prevent race 3014 * parameters (to prevent duplicate documentation). 3224 * sense that it has been written to prevent the compiler from removing calls
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 72 * Therefore, repurposing this memory region will prevent such middleware from operation.
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 76 * Therefore, repurposing this memory region will prevent such middleware from operation.
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 73 * Therefore, repurposing this memory region will prevent such middleware from operation.
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 75 * Therefore, repurposing this memory region will prevent such middleware from operation.
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | ecp.h | 907 * \note To prevent timing attacks, this function
|
12