Home
last modified time | relevance | path

Searched defs:hdr (Results 1 – 14 of 14) sorted by relevance

/mcuboot-2.7.6/ext/tinycrypt/tests/
Dtest_ccm_mode.c71 size_t nlen, const uint8_t *hdr, in do_test()
144 const uint8_t hdr[HEADER_LEN] = { in test_vector_1() local
181 const uint8_t hdr[HEADER_LEN] = { in test_vector_2() local
218 const uint8_t hdr[HEADER_LEN] = { in test_vector_3() local
257 const uint8_t hdr[HEADER_LEN] = { in test_vector_4() local
295 const uint8_t hdr[HEADER_LEN] = { in test_vector_5() local
333 const uint8_t hdr[HEADER_LEN] = { in test_vector_6() local
372 uint8_t *hdr = NULL; in test_vector_7() local
437 const uint8_t hdr[8] = { in test_vector_8() local
/mcuboot-2.7.6/boot/zephyr/
Dsingle_loader.c33 struct image_header *hdr) in boot_image_validate()
62 struct image_header *hdr) in boot_image_load_header()
/mcuboot-2.7.6/boot/boot_serial/test/src/testcases/
Dboot_serial_empty_msg.c24 struct nmgr_hdr hdr; in TEST_CASE() local
Dboot_serial_empty_img_msg.c24 struct nmgr_hdr *hdr; in TEST_CASE() local
Dboot_serial_img_msg.c29 struct nmgr_hdr *hdr; in TEST_CASE() local
Dboot_serial_upload_bigger_image.c32 struct nmgr_hdr *hdr; in TEST_CASE() local
/mcuboot-2.7.6/boot/bootutil/src/
Dtlv.c39 bootutil_tlv_iter_begin(struct image_tlv_iter *it, const struct image_header *hdr, in bootutil_tlv_iter_begin()
Dbootutil_priv.h153 #define BOOT_LOG_IMAGE_INFO(slot, hdr) \ argument
204 struct image_header hdr; member
337 #define BOOT_TLV_OFF(hdr) ((hdr)->ih_hdr_size + (hdr)->ih_img_size) argument
406 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument
410 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument
Dimage_validate.c64 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_hash()
278 bootutil_get_img_security_cnt(struct image_header *hdr, in bootutil_get_img_security_cnt()
334 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_validate()
Dloader.c476 boot_image_check(struct boot_loader_state *state, struct image_header *hdr, in boot_image_check()
550 boot_is_header_valid(const struct image_header *hdr, const struct flash_area *fap) in boot_is_header_valid()
589 struct image_header *hdr; in boot_check_header_erased() local
671 const struct image_header *hdr; in boot_rom_address_check() local
706 struct image_header *hdr; in boot_validate_slot() local
798 struct image_header *hdr) in boot_update_security_counter()
904 struct image_header *hdr; in boot_copy_region() local
1163 struct image_header *hdr; in boot_swap_image() local
2151 struct image_header *hdr = NULL; local
2512 struct image_header *hdr = NULL; local
Dboot_record.c130 const struct image_header *hdr, in boot_save_boot_status()
Dencrypted.c652 const struct image_header *hdr, const struct flash_area *fap, in boot_enc_load()
/mcuboot-2.7.6/boot/bootutil/include/bootutil/
Dimage.h152 #define IS_ENCRYPTED(hdr) (((hdr)->ih_flags & IMAGE_F_ENCRYPTED_AES128) \ argument
154 #define MUST_DECRYPT(fap, idx, hdr) \ argument
168 const struct image_header *hdr; member
/mcuboot-2.7.6/boot/boot_serial/src/
Dboot_serial.c158 struct image_header hdr; in bs_list() local
442 struct nmgr_hdr *hdr; in boot_serial_input() local