Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 7 of 7) sorted by relevance

/mcuboot-latest/docs/
Dreadme-mynewt.md44 requires that `mtu` is set to a value that is less than or equal to `256`.
Dreadme-mbed.md41 …ash), you need to set the start address (`"target.mbed_app_start"`) to be equal to `"mcuboot.prima…
Dreadme-espressif.md218 since any update must have greater or equal security counter value. Enable using the following
/mcuboot-latest/boot/zephyr/
DKconfig817 or greater minor version with equal major version. This mechanism
828 equal security counter value.
829 Because of the acceptance of equal values it allows for software
836 set, any upgrade must have greater or equal security counter value.
837 Because of the acceptance of equal values it allows for software
DKconfig.serial_recovery97 be equal to the maximum line length, BOOT_MAX_LINE_INPUT_LEN times
/mcuboot-latest/ext/tinycrypt/documentation/
Dtinycrypt.rst147 length. The security of the output is exactly equal to the
172 length. The security of the output is exactly equal to the
/mcuboot-latest/ext/tinycrypt/lib/source/
Decc.c227 uECC_word_t equal = uECC_vli_isZero(tmp, num_words); in uECC_vli_cmp() local
228 return (!equal - 2 * neg); in uECC_vli_cmp()