Searched refs:function (Results 1 – 17 of 17) sorted by relevance
/mcuboot-latest/boot/zephyr/ |
D | boot_serial_extensions.c | 21 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()
|
D | Kconfig.serial_recovery | 122 function is required to process these commands.
|
D | CMakeLists.txt | 431 function(align_up num align result) 436 function(dt_get_parent node)
|
D | Kconfig | 619 Note: This requires a backend to function, see 640 Note: This requires a backend to function, see
|
/mcuboot-latest/boot/zephyr/sysbuild/ |
D | CMakeLists.txt | 1 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/ |
D | utils.cmake | 7 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/ |
D | startup_psoc6_02_cm0plus.S | 138 .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/ |
D | max-app-size-changes.md | 4 function
|
D | bootutil-image-verification.md | 4 boot_is_header_valid() function
|
/mcuboot-latest/boot/mbed/ |
D | mcuboot_imgtool.cmake | 52 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/ |
D | startup_psoc6_02_cm4.S | 291 .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/ |
D | tinycrypt.rst | 21 * 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/ |
D | CMakeLists.txt | 142 "-Wno-error=unused-function" 189 # Wrap for overriding the print banner function from bootloader_support
|
/mcuboot-latest/docs/ |
D | PORTING.md | 26 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.
|
D | release-notes.md | 66 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/ |
D | run.c | 521 …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/ |
D | CMakeLists.txt | 276 "-Wno-error=unused-function"
|