Home
last modified time | relevance | path

Searched refs:function (Results 1 – 17 of 17) sorted by relevance

/mcuboot-latest/boot/zephyr/
Dboot_serial_extensions.c21 STRUCT_SECTION_FOREACH(mcuboot_bs_custom_handlers, function) { in bs_peruser_system_specific()
22 if (function->handler) { in bs_peruser_system_specific()
23 mgmt_rc = function->handler(hdr, buffer, len, cs); in bs_peruser_system_specific()
DKconfig.serial_recovery122 function is required to process these commands.
DCMakeLists.txt431 function(align_up num align result)
436 function(dt_get_parent node)
DKconfig619 Note: This requires a backend to function, see
640 Note: This requires a backend to function, see
/mcuboot-latest/boot/zephyr/sysbuild/
DCMakeLists.txt1 function(mathup num align result)
6 function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_image_cmake)
21 function(${SYSBUILD_CURRENT_MODULE_NAME}_post_image_cmake)
/mcuboot-latest/boot/espressif/tools/
Dutils.cmake7 function(parse_and_set_config_file CONFIG_FILE)
33 # Auxiliar function to get IDF version from esp_idf_version.h file
34 function(get_version_from_header VAR_NAME HEADER_FILE VERSION_OUT)
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dstartup_psoc6_02_cm0plus.S138 .type Cy_OnResetUser, %function
147 .type Reset_Handler, %function
301 .type Default_Handler, %function
306 .type Cy_SysLib_FaultHandler, %function
311 .type Fault_Handler, %function
/mcuboot-latest/docs/release-notes.d/
Dmax-app-size-changes.md4 function
Dbootutil-image-verification.md4 boot_is_header_valid() function
/mcuboot-latest/boot/mbed/
Dmcuboot_imgtool.cmake52 function(_mcuboot_generate_image TARGET IMAGE_TYPE IMAGE_BASE_PATH)
125 # NOTE: This function must be called *after* mbed_set_post_build() for the target!
128 # this function. Otherwise, it will default to $<target name>-initial-image
130 function(mcuboot_generate_initial_image TARGET) # optional 2nd arg: initial image base filename
161 # NOTE: This function must be called *after* mbed_set_post_build() for the target!
163 # NOTE 2: The hex file produced by this function will still "declare" its address as the primary sl…
168 # this function. Otherwise, it will default to $<target name>-update-image
170 function(mcuboot_generate_update_image TARGET) # optional 2nd arg: update image base filename
185 function(mcuboot_generate_signing_keys_file SIGNING_KEYS_C_PATH)
205 function(mcuboot_generate_encryption_key_file ENC_KEY_C_PATH)
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/
Dstartup_psoc6_02_cm4.S291 .type Cy_OnResetUser, %function
301 .type cy_toolchain_init, %function
310 .type Reset_Handler, %function
467 .type Default_Handler, %function
475 .type Cy_SysLib_FaultHandler, %function
480 .type Fault_Handler, %function
/mcuboot-latest/ext/tinycrypt/documentation/
Dtinycrypt.rst21 * Type of primitive: Hash function.
132 Note that conventional memory-comparison methods (such as memcmp function)
134 memory comparison function (such as compare_constant_time
135 function provided in lib/utils.c).
137 * The tc_hmac_final function, responsible for computing the message tag,
153 the entropy seed using a mandatory call to the re-seed function.
190 most 2^48 calls to tc_cmac_update function before re-calling tc_cmac_setup
253 * A cryptographically-secure PRNG function must be set (using uECC_set_rng())
/mcuboot-latest/boot/espressif/hal/
DCMakeLists.txt142 "-Wno-error=unused-function"
189 # Wrap for overriding the print banner function from bootloader_support
/mcuboot-latest/docs/
DPORTING.md26 target OS, and it must call the following function to run the bootloader:
32 This function is located at `boot/bootutil/loader.c` and receives a `struct
182 needs to provide this pair of function.
Drelease-notes.md66 function `boot_save_shared_data`.
82 - CDDL auto-generated function code has been replaced with zcbor function
85 shared data function definition.
101 - Fixed an issue with the boot_serial zcbor setup encoder function
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c521 …sim_assert(int x, const char *assertion, const char *file, unsigned int line, const char *function) in sim_assert() argument
528 BOOT_LOG_ERR("%s:%d: %s: Assertion `%s' failed.", file, line, function, assertion); in sim_assert()
/mcuboot-latest/boot/espressif/
DCMakeLists.txt276 "-Wno-error=unused-function"