Home
last modified time | relevance | path

Searched refs:nmgr_hdr (Results 1 – 9 of 9) sorted by relevance

/mcuboot-latest/boot/boot_serial/test/src/testcases/
Dboot_serial_empty_img_msg.c23 char buf[sizeof(struct nmgr_hdr) + 32]; in TEST_CASE()
24 struct nmgr_hdr *hdr; in TEST_CASE()
26 hdr = (struct nmgr_hdr *)buf; in TEST_CASE()
Dboot_serial_img_msg.c26 char buf[sizeof(struct nmgr_hdr) + sizeof(enc_img) + 32]; in TEST_CASE()
29 struct nmgr_hdr *hdr; in TEST_CASE()
49 hdr = (struct nmgr_hdr *)buf; in TEST_CASE()
Dboot_serial_upload_bigger_image.c29 char buf[sizeof(struct nmgr_hdr) + 128]; in TEST_CASE()
33 struct nmgr_hdr *hdr; in TEST_CASE()
83 hdr = (struct nmgr_hdr *)buf; in TEST_CASE()
Dboot_serial_empty_msg.c24 struct nmgr_hdr hdr; in TEST_CASE()
/mcuboot-latest/boot/zephyr/include/boot_serial/
Dboot_serial_extensions.h25 typedef int (*bs_custom_handler_cb)(const struct nmgr_hdr *hdr,
/mcuboot-latest/boot/zephyr/
Dboot_serial_extensions.c16 int bs_peruser_system_specific(const struct nmgr_hdr *hdr, const char *buffer, in bs_peruser_system_specific()
Dboot_serial_extension_zephyr_basic.c30 static int bs_custom_storage_erase(const struct nmgr_hdr *hdr, in bs_custom_storage_erase()
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_priv.h62 struct nmgr_hdr { struct
Dboot_serial.c163 static struct nmgr_hdr *bs_hdr;
200 extern int bs_peruser_system_specific(const struct nmgr_hdr *hdr,
1296 struct nmgr_hdr *hdr; in boot_serial_input()
1298 hdr = (struct nmgr_hdr *)buf; in boot_serial_input()