Home
last modified time | relevance | path

Searched full:no (Results 1 – 25 of 151) sorted by relevance

1234567

/mcuboot-latest/ci/
Dsim_run.sh27 echo "Running cargo with no features"
28 time cargo test --no-run
36 time cargo test --no-run --features $feature
58 time cargo test --no-run --features "$features" -- $TEST_ARGS
/mcuboot-latest/docs/
Decdsa.md31 1. Add a `--no-pad-sig` argument to the sign command in
45 the `--no-pad-sig` signature to be able to boot all generated
52 - `--no-pad-sig` will still be accepted but will have no effect.
Dtestplan-mynewt.md35 Build and load image in slot 1 with no signing, signed with
59 Build and load image in slot 1 with no signing, signed with
109 * Reset and no image should be run
115 * Reset and no image should be run
Drelease-notes.md9 enabled, previously the command would have been accepted but no
69 Author: Jamie McCrae <jamie.mccrae@nordicsemi.no>
110 - Zephyr no longer builds in optimize for debug mode, this saves a
113 are no longer in the code, a pem file must be supplied to extract
119 - Serial recovery with MBEDTLS no longer has undefined operations which
150 There are no security vulnerabilities reported on the MCUboot code for this
315 should work with no changes for little-endian targets, but will
366 There are no breaking changes in functionality. This release should work with
385 are no breaking changes in functionality. Many of the changes are
420 no breaking changes in MCUboot functionality, but some of the CLI parameters
[all …]
Ddesign.md220 There is no *best* ratio, as the right size is use-case dependent. Factors to
238 ### [Swap without using scratch](#image-swap-no-scratch)
319 useful when there is no internal flash in the SoC, but there is a big enough
358 chain-load. In this case, no image swaps are necessary. During device upgrades,
387 - `BOOT_SWAP_TYPE_NONE`: The "usual" or "no upgrade" case; attempt to boot the
426 + No.
431 + No.
688 In State IV, when no errors occur, MCUboot will attempt to boot the contents of
724 + No: Proceed to step 2.
733 + No.
[all …]
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dcheck_config.h218 #error "MBEDTLS_ECP_NO_FALLBACK defined, but no alternative implementation enabled"
623 "but no key exchange methods defined with MBEDTLS_KEY_EXCHANGE_xxxx"
645 #error "MBEDTLS_SSL_TLS_C defined, but no protocols are active"
779 #if defined(MBEDTLS_HAVEGE_C) //no-check-names
783 #if defined(MBEDTLS_SSL_HW_RECORD_ACCEL) //no-check-names
787 #if defined(MBEDTLS_SSL_PROTO_SSL3) //no-check-names
791 #if defined(MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO) //no-check-names
795 #if defined(MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT) //no-check-names
799 #if defined(MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES) //no-check-names
803 #if defined(MBEDTLS_ZLIB_SUPPORT) //no-check-names
[all …]
/mcuboot-latest/boot/mbed/include/mcuboot_config/
Dmcuboot_config.h63 * Currently there is no configuration option, for this platform,
82 * No watchdog integration for now
89 * No direct idle call implemented
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ctr_prng.c19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
84 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
105 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
126 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
147 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
168 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
189 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
210 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
231 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
Dtest_ccm_mode.c23 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
44 * - AES128 CCM mode encryption No associated data
45 * - AES128 CCM mode encryption No payload data
363 /* Test based on RFC 3610 test vector #9 but with no associated data */ in test_vector_7()
386 TC_PRINT("%s: Performing CCM test #7 (no associated data):\n", in test_vector_7()
428 /* Test based on RFC 3610 test vector #9 but with no payload data */ in test_vector_8()
451 TC_PRINT("%s: Performing CCM test #8 (no payload data):\n", __func__); in test_vector_8()
534 TC_ERROR("CCM test #8 (no payload data) failed.\n"); in main()
/mcuboot-latest/boot/espressif/hal/src/
Dsecure_boot.c33 // All signature blocks have been parsed, no new signature block present. in validate_signature_block()
63 …@return - ESP_OK if no signatures failed to verify, or if no valid signature blocks are found at a…
147 …ESP_LOGE(TAG, "No coding schemes are supported in secure boot v2.(Detected scheme: 0x%x)", coding_… in check_and_generate_secure_boot_keys()
194 ESP_LOGE(TAG, "No valid bootloader signature blocks found."); in check_and_generate_secure_boot_keys()
247 ESP_LOGE(TAG, "No valid pre-loaded public key digest in eFuse"); in check_and_generate_secure_boot_keys()
/mcuboot-latest/boot/zephyr/
DKconfig.firmware_loader33 bool "Stay in bootloader if no application"
35 Allows for entering firmware loader mode if there is no bootable
DKconfig.serial_recovery63 Note that 0 is default upload target when no explicit
178 bool "Stay in bootloader if no application"
180 Allows for entering serial recovery mode if there is no bootable
DKconfig126 bool "No signature; use only hash check"
369 when there is no security mechanism protecting the data in the primary
481 No data sharing support.
550 bool "No hardening against hardware level fault injection"
552 No hardening in SW against hardware level fault injection: power or
632 bool "Stay in bootloader if no application"
634 Allows for entering USB DFU recovery mode if there is no bootable
/mcuboot-latest/.github/workflows/
Dstale_issue.yml15 …has been marked as stale because it has been open (more than) 60 days with no activity. Remove the…
16 …has been marked as stale because it has been open (more than) 60 days with no activity. Remove the…
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/
Dmcuboot_config.h72 * even if no upgrade was performed. This is recommended if the boot
93 * Currently there is no configuration option, for this platform,
160 * No direct idle call implemented
/mcuboot-latest/boot/zephyr/include/mcuboot_config/
Dmcuboot_config.h367 #error "No NRFX WDT instances enabled"
392 /* No vendor implementation, no-op for historical reasons */
398 /* Not enabled, no feed activity */
/mcuboot-latest/boot/cypress/cy_flash_pal/
Dcy_smif_psoc6.c25 * If no EULA applies, Cypress hereby grants you a personal, non-
32 * Disclaimer: THIS SOFTWARE IS PROVIDED AS-IS, WITH NO
124 * There is no power-safe way to erase flash partially in psoc6_smif_erase()
/mcuboot-latest/
DLICENSE68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
153 8. Limitation of Liability. In no event and under no legal theory,
/mcuboot-latest/sim/mcuboot-sys/
DCargo.toml77 # Support simulation of ram-loading. No swaps are performed, and the
81 # Support simulation of direct XIP. No swaps are performed, the image
/mcuboot-latest/samples/zephyr/mcutests/
Dmcutests.go177 Name: "No bootcheck",
178 ShortName: "no-bootcheck",
182 {"make", "test-no-bootcheck"},
/mcuboot-latest/boot/cypress/cy_flash_pal/include/
Dcy_smif_psoc6.h24 * If no EULA applies, Cypress hereby grants you a personal, non-
31 * Disclaimer: THIS SOFTWARE IS PROVIDED AS-IS, WITH NO
/mcuboot-latest/boot/mynewt/mcuboot_config/include/mcuboot_config/
Dmcuboot_config.h129 * Currently there is no configuration option, for this platform,
151 * No direct idle call implemented
/mcuboot-latest/boot/cypress/cy_flash_pal/flash_qspi/
Dflash_qspi.h24 * If no EULA applies, Cypress hereby grants you a personal, non-
31 * Disclaimer: THIS SOFTWARE IS PROVIDED AS-IS, WITH NO
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Decc_platform_specific.h17 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
46 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
/mcuboot-latest/ext/tinycrypt/
DLICENSE28 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
53 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR

1234567