/mcuboot-latest/boot/mynewt/src/ |
D | single_loader.c | 34 struct image_header *hdr) in boot_image_validate() 64 struct image_header *hdr) in boot_image_validate_once()
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ccm_mode.c | 71 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/ |
D | single_loader.c | 42 struct image_header *hdr) in boot_image_validate() 72 struct image_header *hdr) in boot_image_validate_once()
|
D | firmware_loader.c | 38 struct image_header *hdr) in boot_image_validate() 68 struct image_header *hdr) in boot_image_validate_once()
|
D | boot_serial_extensions.c | 16 int bs_peruser_system_specific(const struct nmgr_hdr *hdr, const char *buffer, in bs_peruser_system_specific()
|
D | boot_serial_extension_zephyr_basic.c | 30 static int bs_custom_storage_erase(const struct nmgr_hdr *hdr, in bs_custom_storage_erase()
|
/mcuboot-latest/boot/boot_serial/test/src/testcases/ |
D | boot_serial_empty_img_msg.c | 24 struct nmgr_hdr *hdr; in TEST_CASE() local
|
D | boot_serial_empty_msg.c | 24 struct nmgr_hdr hdr; in TEST_CASE() local
|
D | boot_serial_img_msg.c | 29 struct nmgr_hdr *hdr; in TEST_CASE() local
|
D | boot_serial_upload_bigger_image.c | 33 struct nmgr_hdr *hdr; in TEST_CASE() local
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial_encryption.c | 24 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()
|
D | boot_serial.c | 280 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/ |
D | image.h | 184 #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/ |
D | ram_load.c | 118 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()
|
D | tlv.c | 40 bootutil_tlv_iter_begin(struct image_tlv_iter *it, const struct image_header *hdr, in bootutil_tlv_iter_begin()
|
D | boot_record.c | 127 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()
|
D | image_validate.c | 69 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()
|
D | bootutil_priv.h | 193 #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
|
D | loader.c | 781 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
|
D | bootutil_public.c | 761 struct image_header *hdr) in boot_image_load_header()
|
D | encrypted.c | 636 const struct image_header *hdr, const struct flash_area *fap, in boot_enc_load()
|