Searched full:equal (Results 1 – 25 of 28) sorted by relevance
12
/mcuboot-3.6.0/boot/mynewt/mcuboot_config/ |
D | syscfg.yml | 83 or greater minor version with equal major version. This mechanism 89 equal security counter value. 90 Because of the acceptance of equal values it allows for software 108 set, any upgrade must have greater or equal security counter value. 109 Because of the acceptance of equal values it allows for software
|
/mcuboot-3.6.0/ext/tinycrypt/lib/include/tinycrypt/ |
D | utils.h | 82 * @brief Constant-time algorithm to compare if two sequences of bytes are equal 83 * @return Returns 0 if equal, and non-zero otherwise
|
/mcuboot-3.6.0/boot/zephyr/ |
D | Kconfig | 636 or greater minor version with equal major version. This mechanism 647 equal security counter value. 648 Because of the acceptance of equal values it allows for software 655 set, any upgrade must have greater or equal security counter value. 656 Because of the acceptance of equal values it allows for software
|
D | Kconfig.serial_recovery | 95 be equal to the maximum line length, BOOT_MAX_LINE_INPUT_LEN times
|
D | CMakeLists.txt | 370 if(pos EQUAL -1) 447 if(CONFIG_BOOT_SIGNATURE_TYPE_RSA_LEN EQUAL 3072)
|
/mcuboot-3.6.0/docs/ |
D | readme-mynewt.md | 44 requires that `mtu` is set to a value that is less than or equal to `256`.
|
D | readme-mbed.md | 41 …ash), you need to set the start address (`"target.mbed_app_start"`) to be equal to `"mcuboot.prima…
|
D | design.md | 127 If protected TLVs are present then a TLV info header with magic equal to 227 slot areas sizes are equal. 269 is equal to 1056 B and the sector size is equal to 1024 B, then 270 `image-trailer-sectors-size` will be equal to 2048 B. 279 ### [Equal slots (direct-xip)](#direct-xip) 312 In ram-load mode the slots are equal. Like the direct-xip mode, this mode 1142 with magic equal to `IMAGE_TLV_INFO_MAGIC` must be present.
|
/mcuboot-3.6.0/boot/bootutil/include/bootutil/ |
D | security_cnt.h | 59 * or equal to the current security counter value.
|
D | fault_injection_hardening.h | 297 * previously saved value. If this is equal then the function call and all child 346 * postcall then checks if the counter is equal to the saved value. In order for
|
D | bootutil_public.h | 107 * NOTE: leave BOOT_FLAG_SET equal to one, this is written to flash!
|
/mcuboot-3.6.0/ci/ |
D | compare_versions.py | 24 # exit with 0 if --new is equal to --old
|
/mcuboot-3.6.0/boot/bootutil/src/ |
D | bootutil_misc.c | 51 * @brief Determine if the data at two memory addresses is equal 63 * @return FIH_SUCCESS if memory regions are equal, otherwise FIH_FAILURE
|
D | image_rsa.c | 182 * octet in maskedDB are not all equal to zero, output in bootutil_cmp_rsasig()
|
D | loader.c | 644 * @retval 0 If the image version numbers are equal. 657 /* The major version numbers are equal, continue comparison. */ in boot_version_cmp() 664 /* The minor version numbers are equal, continue comparison. */ in boot_version_cmp() 673 /* The revisions are equal, continue comparison. */ in boot_version_cmp() 2267 * fih_cnt should be equal to BOOT_IMAGE_NUMBER now.
|
/mcuboot-3.6.0/boot/zcbor/include/ |
D | zcbor_encode.h | 110 * equal to the max_num provided to the corresponding 131 * equal to the max_num provided to the corresponding
|
D | zcbor_common.h | 285 * less than or equal to max_elem_count.
|
/mcuboot-3.6.0/ext/mbedtls-asn1/include/mbedtls/ |
D | bignum.h | 576 * \return \c 0 if `|X|` is equal to `|Y|`. 588 * \return \c 0 if \p X is equal to \p Y. 601 * \c 0 if \p X is greater than or equal to \p Y. 618 * \return \c 0 if \p X is equal to \p z. 935 * or equal to one.
|
D | asn1.h | 300 * On successful completion, \c *p is equal to \p end. 356 * On successful completion, \c *p is equal to \p end.
|
D | ecp.h | 688 * they may compare as "not equal" even if they are. 693 * \return \c 0 if the points are equal. 694 * \return #MBEDTLS_ERR_ECP_BAD_INPUT_DATA if the points are not equal.
|
D | pk.h | 661 * so \p keylen must be equal to `strlen(key) + 1`. 697 * so \p keylen must be equal to `strlen(key) + 1`.
|
/mcuboot-3.6.0/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 147 length. The security of the output is exactly equal to the 172 length. The security of the output is exactly equal to the
|
/mcuboot-3.6.0/boot/boot_serial/src/ |
D | boot_serial_encryption.c | 268 /* TODO: This assumes every sector has an equal size, should instead use in decrypt_image_inplace()
|
/mcuboot-3.6.0/boot/cypress/cy_flash_pal/ |
D | cy_flash_map.c | 512 /* lets assume they are equal */ in flash_area_get_sectors()
|
/mcuboot-3.6.0/ext/tinycrypt/lib/source/ |
D | ecc.c | 227 uECC_word_t equal = uECC_vli_isZero(tmp, num_words); in uECC_vli_cmp() local 228 return (!equal - 2 * neg); in uECC_vli_cmp()
|
12