Home
last modified time | relevance | path

Searched full:equal (Results 1 – 25 of 28) sorted by relevance

12

/mcuboot-3.6.0/boot/mynewt/mcuboot_config/
Dsyscfg.yml83 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/
Dutils.h82 * @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/
DKconfig636 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
DKconfig.serial_recovery95 be equal to the maximum line length, BOOT_MAX_LINE_INPUT_LEN times
DCMakeLists.txt370 if(pos EQUAL -1)
447 if(CONFIG_BOOT_SIGNATURE_TYPE_RSA_LEN EQUAL 3072)
/mcuboot-3.6.0/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…
Ddesign.md127 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/
Dsecurity_cnt.h59 * or equal to the current security counter value.
Dfault_injection_hardening.h297 * 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
Dbootutil_public.h107 * NOTE: leave BOOT_FLAG_SET equal to one, this is written to flash!
/mcuboot-3.6.0/ci/
Dcompare_versions.py24 # exit with 0 if --new is equal to --old
/mcuboot-3.6.0/boot/bootutil/src/
Dbootutil_misc.c51 * @brief Determine if the data at two memory addresses is equal
63 * @return FIH_SUCCESS if memory regions are equal, otherwise FIH_FAILURE
Dimage_rsa.c182 * octet in maskedDB are not all equal to zero, output in bootutil_cmp_rsasig()
Dloader.c644 * @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/
Dzcbor_encode.h110 * equal to the max_num provided to the corresponding
131 * equal to the max_num provided to the corresponding
Dzcbor_common.h285 * less than or equal to max_elem_count.
/mcuboot-3.6.0/ext/mbedtls-asn1/include/mbedtls/
Dbignum.h576 * \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.
Dasn1.h300 * On successful completion, \c *p is equal to \p end.
356 * On successful completion, \c *p is equal to \p end.
Decp.h688 * 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.
Dpk.h661 * 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/
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-3.6.0/boot/boot_serial/src/
Dboot_serial_encryption.c268 /* 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/
Dcy_flash_map.c512 /* lets assume they are equal */ in flash_area_get_sectors()
/mcuboot-3.6.0/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()

12