Home
last modified time | relevance | path

Searched full:required (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/mcuboot-latest/scripts/imgtool/
Dmain.py14 # Unless required by applicable law or agreed to in writing, software
45 sys.exit("Python %s.%s or newer is required by imgtool."
125 @click.option('-t', '--type', metavar='type', required=True,
128 @click.option('-k', '--key', metavar='filename', required=True)
143 @click.option('-k', '--key', metavar='filename', required=True)
144 @click.option('-o', '--output', metavar='output', required=False,
180 @click.option('-k', '--key', metavar='filename', required=True)
181 @click.option('-o', '--output', metavar='output', required=False,
204 'the minimum amount of data required to decrypt. This '
207 @click.option('-k', '--key', metavar='filename', required=True)
[all …]
D__init__.py11 # Unless required by applicable law or agreed to in writing, software
/mcuboot-latest/boot/mbed/
Dmbed_lib.json13 "required": true boolean
18 "required": true boolean
42 "required": true, boolean
49 "required": true, boolean
56 "required": true, boolean
93 "required": true boolean
190 …rt address for secondary slot address in XIP-accessible memory. This is required if direct-xip is …
Dmcuboot_main.cpp12 * Unless required by applicable law or agreed to in writing, software
40 * RNG is not required. So here we provide a stub.
/mcuboot-latest/boot/bootutil/src/
Dswap_priv.h12 * Unless required by applicable law or agreed to in writing, software
27 * Calculates the amount of space required to store the trailer, and erases
28 * all sectors required for this storage in the given flash_area.
34 * Initialize the given flash_area with the metadata required to start a new
Dimage_ecdsa.c20 * Unless required by applicable law or agreed to in writing,
78 /* Use builtin key for image verification, no key parsing is required. */ in bootutil_verify_sig()
/mcuboot-latest/ci/fih_test_docker/
Ddamage_image.py9 # Unless required by applicable law or agreed to in writing, software
112 …parser.add_argument("-i", "--in-file", required=True, help='The input image to be corrupted (read …
113 parser.add_argument("-o", "--out-file", required=True, help='the corrupted image')
117 required=False,
122 required=False,
/mcuboot-latest/.github/workflows/
Dzephyr_build.yaml22 required: true
26 required: true
41 # Docker image from the zephyr upstream. Includes SDK and other required tools
/mcuboot-latest/scripts/
Dassemble.py13 # Unless required by applicable law or agreed to in writing, software
109 parser.add_argument('-b', '--bootdir', required=True,
111 parser.add_argument('-p', '--primary', required=True,
115 parser.add_argument('-o', '--output', required=True,
Dimgtool.py13 # Unless required by applicable law or agreed to in writing, software
/mcuboot-latest/docs/
DPORTING.md3 This document describes the requirements and necessary steps required to port
62 settings in your environment's configuration system to those required
100 The above example of structure hold all information that is currently required
102 instead a system is required to provide following mandatory getter functions:
139 The main, also required, set of API functions that perform operations on
Dimgtool.md65 -v, --version TEXT [required]
72 -H, --header-size INTEGER [required]
76 written [required]
114 The `--slot-size` argument is required and used to check that the firmware
Dreadme-nuttx.md31 …rovide an implementation for the `board_boot_image()` for executing the required actions in order …
40 - `MTDIOC_GEOMETRY`, for retrieving information about the geometry of the MTD, required for the con…
41 - `MTDIOC_ERASESTATE`, for retrieving the byte value of an erased cell of the MTD, required for the…
Dreadme-zephyr.md12 The first step required for Zephyr is making sure your board has flash
41 Install additional packages required for development with MCUboot:
66 information about the flash layout is currently required to build
83 is required to build applications for MCUboot.
Dserial_recovery.md18 - Unless required by applicable law or agreed to in writing,
50 As a result, a device can receive images smoothly, and can erase required part of a flash automatic…
Dencrypted_images.md13 - Unless required by applicable law or agreed to in writing,
116 `secondary slot` has the `ENCRYPTED` flag set and has the required TLV with the
162 required keys.
/mcuboot-latest/boot/zephyr/include/io/
Dio.h12 * Unless required by applicable law or agreed to in writing, software
43 * Checks if GPIO is set in the required way to remain in serial recovery mode
/mcuboot-latest/
DLICENSE140 except as required for reasonable and customary use in describing the
143 7. Disclaimer of Warranty. Unless required by applicable law or
155 unless required by applicable law (such as deliberate and grossly
197 Unless required by applicable law or agreed to in writing, software
/mcuboot-latest/boot/espressif/include/crypto_config/
Dmbedtls_custom_config.h20 * Unless required by applicable law or agreed to in writing, software
56 * Required by:
83 * Note that division for the native integer type is always required.
84 * Furthermore, a 64-bit type is always required even on a 32-bit
214 * \note MBEDTLS_PLATFORM_SNPRINTF_ALT is required on Windows;
445 /* Required for all the functions in this section */
1033 * This is crucial (if not required) on systems that do not have a
1222 * required on systems that do not have a built-in entropy source (TRNG).
1548 * \note This feature provides the minimum functionality required
1607 * This is required for certain users of TLS, e.g. EAP-TLS.
[all …]
/mcuboot-latest/boot/mbed/include/os/
Dos_malloc.h1 /** Not required for Mbed -- malloc calls are retargeted by the platform */
/mcuboot-latest/boot/cypress/MCUBootApp/config/
Dmcuboot_crypto_config.h20 * Unless required by applicable law or agreed to in writing, software
55 * Required by:
82 * Note that division for the native integer type is always required.
83 * Furthermore, a 64-bit type is always required even on a 32-bit
213 * \note MBEDTLS_PLATFORM_SNPRINTF_ALT is required on Windows;
505 /* Required for all the functions in this section */
1200 * This is crucial (if not required) on systems that do not have a
1296 * required on systems that do not have a built-in entropy source (TRNG).
1747 * This is required for certain users of TLS, e.g. EAP-TLS.
2123 * This module is required for PEM support (required by X.509).
[all …]
/mcuboot-latest/boot/zephyr/boards/
Dnrf52840dongle_nrf52840.conf18 # Required by USB
/mcuboot-latest/sim/mcuboot-sys/csupport/
Dpsa_crypto_init_stub.c7 /* This file, and the methods within are required when PSA Crypto API is enabled
/mcuboot-latest/ci/
Dsim_install.sh9 # Unless required by applicable law or agreed to in writing, software
/mcuboot-latest/boot/mbed/include/mcuboot_config/
Dmcuboot_assert.h13 * Unless required by applicable law or agreed to in writing, software

12345678910>>...12