Searched full:then (Results 1 – 25 of 56) sorted by relevance
123
/mcuboot-2.7.6/ci/fih_test_docker/ |
D | fi_tester_gdb.sh | 29 if test "$INSTR" == ""; then 87 if cat $QEMU_LOG_FILE | grep -i "Starting bootloader" &>/dev/null; then 89 if cat gdb_out.txt | grep -i "Stopped at breakpoint" &>/dev/null; then 91 if cat $QEMU_LOG_FILE | grep -i "Secure image initializing" &>/dev/null; then 113 if cat $QEMU_LOG_FILE | grep -i "Secure image initializing" &>/dev/null; then 159 if test -z "$IMAGE_DIR"; then 161 elif test -z "$START"; then 163 elif test -z "$END"; then 175 if test -z "$IMAGE_DIR"; then 180 if test -z "$START"; then [all …]
|
D | run_fi_test.sh | 42 if [ "$DAMAGE_TYPE" = "SIGNATURE" ]; then 44 elif [ "$DAMAGE_TYPE" = "IMAGE_HASH" ]; then
|
D | execute_test.sh | 29 if test -z "$FIH_LEVEL"; then
|
/mcuboot-2.7.6/ci/ |
D | check-signed-off-by.sh | 18 if [[ "${#parents[@]}" -ne 2 ]]; then 39 if [[ $GITHUB_REPOSITORY == mcu-tools/* ]]; then 48 if [[ ${stripped} == ${author} ]]; then 51 if [[ ${stripped} == ${committer} ]]; then 58 if [[ ${found_author} == false ]]; then 61 if [[ ${found_committer} == false ]]; then 64 if [[ ${found_author} == false || ${found_committer} == false ]]; then 71 if [[ ${has_commits} = false ]]; then
|
D | imgtool_run.sh | 15 if [[ $TRAVIS == "true" ]]; then 16 if [[ $TRAVIS_PULL_REQUEST != "false" || $TRAVIS_BRANCH != "main" ]]; then 26 if [[ -z "$TWINE_TOKEN" ]]; then 39 if [[ $rc -eq 0 ]]; then 42 elif [[ $rc -eq 1 ]]; then 45 elif [[ $rc -eq 3 ]]; then
|
D | sim_run.sh | 25 if [[ ! -z $SINGLE_FEATURES ]]; then 26 if [[ $SINGLE_FEATURES =~ "none" ]]; then 34 if [[ $SINGLE_FEATURES =~ $feature ]]; then 43 if [[ ! -z $MULTI_FEATURES ]]; then
|
D | imgtool_install.sh | 15 if [[ $TRAVIS == "true" ]]; then 16 if [[ $TRAVIS_PULL_REQUEST != "false" || $TRAVIS_BRANCH != "main" ]]; then
|
D | fih-tests_install.sh | 27 if [[ $? -ne 0 ]]; then
|
D | fih-tests_run.sh | 25 if test -z "$FIH_LEVEL"; then
|
/mcuboot-2.7.6/boot/bootutil/include/bootutil/ |
D | fault_injection_hardening.h | 20 * Then the correctness of x can be checked by XORing the two tuple values 161 /* rc is volatile so if it is the return value then the function cannot be in fih_delay() 208 /* Standard equality. If A == B then 1, else 0 */ 297 * counter and saves it to a local variable, and then increments the counter. 299 * Then set the return variable to FIH_FAILURE as a base case. 301 * Then perform the function call. As part of the funtion FIH_RET must be called 305 * previously saved value. If this is equal then the function call and all child 339 * FIH_CALL then you need to do a FIH_RET else the state machine will detect 353 * CFI precall function saves the CFI counter and then increments it - the 354 * postcall then checks if the counter is equal to the saved value. In order for
|
D | bootutil_public.h | 159 * 0=run image once, then confirm or revert. 174 * 0=run image once, then confirm or revert.
|
/mcuboot-2.7.6/docs/ |
D | signed_images.md | 24 This signs the image by computing hash over the image, and then 48 Then you need to extract the public key from this to include it 61 And then the ECDSA256. 69 Then you need to create a package containing this key, or keys.
|
D | design.md | 127 If protected TLVs are present then a TLV info header with magic equal to 233 first looks for images in the slots and then inspects the version numbers in the 235 then checks its validity (integrity check, signature verification etc.). If the 268 ram-load is enabled then platform must define the following parameters: 295 firmware image in each primary slot, which mcuboot can validate and then 302 the new image or it will be executed during operation. The new image can then 304 then still choose to run it during the next boot. When this happens, the swap is 417 allows individual bytes to be written at arbitrary addresses, then 419 then min-write-size is 2, and so on. 427 - sector data in the primary slot is copied into scratch, then erased [all …]
|
D | encrypted_images.md | 59 that the encrypted flag is set and TLV data is OK, then it decrypts each 117 encrypted key. It then uses its internal private/secret key to decrypt 118 the TLV containing the key. Given that no errors are found, it will then
|
D | readme-zephyr.md | 23 then the corresponding primary and secondary partitions must be defined for 88 board and then just make a copy of it to get started on your own
|
D | readme-mynewt.md | 21 Then update your app's `pkg.yml` adding the extra dependency:
|
/mcuboot-2.7.6/samples/zephyr/ |
D | build-boot.sh | 14 if [ -z "$ZEPHYR_BASE" ]; then 18 if [ -z "$BOARD" ]; then
|
D | build-hello.sh | 14 if [ -z "$ZEPHYR_BASE" ]; then 18 if [ -z "$BOARD" ]; then
|
D | Makefile | 42 # "make flash_hello1" will then flash the first application into the 48 # then revert back to the first app, since we did not mark this image 290 @if [ -z "$$ZEPHYR_BASE" ]; then echo "Zephyr environment not set up"; false; fi 291 @if [ -z "$(BOARD)" ]; then echo "You must specify BOARD=<board>"; false; fi
|
/mcuboot-2.7.6/ext/mbedtls-asn1/include/mbedtls/ |
D | ecdsa.h | 124 * bitlength of the group order, then the hash is truncated 158 * bitlength of the group order, then the hash is truncated as 187 * bitlength of the group order, then the hash is truncated as 232 * bitlength of the group order, then the hash is truncated as 318 * bitlength of the group order, then the hash is truncated as 351 * bitlength of the group order, then the hash is truncated as
|
D | platform_util.h | 78 * not possible, then gmtime() will be used. In this case, calls 84 * If MBEDTLS_PLATFORM_GMTIME_R_ALT is defined, then Mbed TLS will
|
/mcuboot-2.7.6/ |
D | .travis.yml | 60 if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then 62 if [ $? -ne 0 ]; then
|
/mcuboot-2.7.6/boot/cypress/MCUBootApp/ |
D | README.md | 38 …ls-acceleration`. HW acceleration of cryptography shortens boot time more then 4 times, comparing … 83 Multi-image operation considers upgrading and verification of more then one image on the device. 189 …STATUS` constantly shines. Open `Cypress Programmer` and click `Connect`, then choose hex file: `M…
|
/mcuboot-2.7.6/boot/bootutil/src/ |
D | boot_record.c | 65 /* Check whether first time to call this function. If it is, then check in boot_add_data_to_shared_area() 86 /* Iterates over the TLV section looks for the same entry if found then in boot_add_data_to_shared_area()
|
/mcuboot-2.7.6/ext/tinycrypt/lib/include/tinycrypt/ |
D | cmac_mode.h | 80 * segment then only one tc_cmac_update call is needed; if data 81 * is scattered throughout memory in n data segments, then n calls
|
123