Home
last modified time | relevance | path

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

/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c34 struct image_header *hdr) in boot_image_validate()
64 struct image_header *hdr) in boot_image_validate_once()
/mcuboot-latest/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-latest/boot/zephyr/
Dsingle_loader.c42 struct image_header *hdr) in boot_image_validate()
72 struct image_header *hdr) in boot_image_validate_once()
Dfirmware_loader.c38 struct image_header *hdr) in boot_image_validate()
68 struct image_header *hdr) in boot_image_validate_once()
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/test/src/testcases/
Dboot_serial_empty_img_msg.c24 struct nmgr_hdr *hdr; in TEST_CASE() local
Dboot_serial_empty_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.c33 struct nmgr_hdr *hdr; in TEST_CASE() local
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c24 struct image_header *hdr, uint8_t *buf, in boot_image_validate_encrypted()
72 struct image_header *hdr, in read_image_size()
130 struct image_header *hdr, in decrypt_region_inplace()
221 struct image_header *hdr) in decrypt_image_inplace()
Dboot_serial.c280 struct image_header hdr; in bs_list() local
540 struct image_header hdr; in bs_set() local
1296 struct nmgr_hdr *hdr; in boot_serial_input() local
1601 static int boot_serial_get_hash(const struct image_header *hdr, in boot_serial_get_hash()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dimage.h184 #define IS_ENCRYPTED(hdr) (((hdr)->ih_flags & IMAGE_F_ENCRYPTED_AES128) \ argument
186 #define MUST_DECRYPT(fap, idx, hdr) \ argument
191 #define IS_COMPRESSED(hdr) ((hdr)->ih_flags & COMPRESSIONFLAGS) argument
192 #define MUST_DECOMPRESS(fap, idx, hdr) \ argument
211 const struct image_header *hdr; member
/mcuboot-latest/boot/bootutil/src/
Dram_load.c118 uint32_t slot, struct image_header *hdr, in boot_decrypt_and_copy_image_to_sram()
321 struct image_header *hdr = NULL; in boot_load_image_to_sram() local
443 struct image_header *hdr) in boot_load_image_from_flash_to_sram()
Dtlv.c40 bootutil_tlv_iter_begin(struct image_tlv_iter *it, const struct image_header *hdr, in bootutil_tlv_iter_begin()
Dboot_record.c127 const struct image_header *hdr, in boot_save_boot_status()
239 int boot_save_shared_data(const struct image_header *hdr, const struct flash_area *fap, in boot_save_shared_data()
Dimage_validate.c69 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_hash()
415 static int bootutil_check_for_pure(const struct image_header *hdr, in bootutil_check_for_pure()
479 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_validate()
Dbootutil_priv.h193 #define BOOT_LOG_IMAGE_INFO(slot, hdr) \ argument
236 struct image_header hdr; member
411 #define BOOT_TLV_OFF(hdr) ((hdr)->ih_hdr_size + (hdr)->ih_img_size) argument
501 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument
509 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument
Dloader.c781 boot_image_check(struct boot_loader_state *state, struct image_header *hdr, in boot_image_check()
876 boot_is_header_valid(const struct image_header *hdr, const struct flash_area *fap,
952 struct image_header *hdr; local
989 const struct image_header *hdr; local
1024 struct image_header *hdr; local
1337 struct image_header *hdr; local
1648 struct image_header *hdr; local
2643 struct image_header *hdr = NULL; local
Dbootutil_public.c761 struct image_header *hdr) in boot_image_load_header()
Dencrypted.c636 const struct image_header *hdr, const struct flash_area *fap, in boot_enc_load()